|
LLVM 22.0.0git
|
#include "PPC.h"#include "PPCInstrInfo.h"#include "llvm/ADT/STLExtras.h"#include "llvm/ADT/Statistic.h"#include "llvm/CodeGen/MachineFrameInfo.h"#include "llvm/CodeGen/MachineFunctionPass.h"#include "llvm/CodeGen/MachineInstrBuilder.h"#include "llvm/CodeGen/MachineMemOperand.h"#include "llvm/Support/ErrorHandling.h"Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "ppc-early-ret" |
Functions | |
| STATISTIC (NumBCLR, "Number of early conditional returns") | |
| STATISTIC (NumBLR, "Number of early returns") | |
| #define DEBUG_TYPE "ppc-early-ret" |
Definition at line 26 of file PPCEarlyReturn.cpp.
| STATISTIC | ( | NumBCLR | , |
| "Number of early conditional returns" | ) |
| STATISTIC | ( | NumBLR | , |
| "Number of early returns" | ) |