|
LLVM 22.0.0git
|
#include "PPC.h"#include "PPCInstrInfo.h"#include "PPCSubtarget.h"#include "llvm/ADT/Statistic.h"#include "llvm/CodeGen/MachineBasicBlock.h"#include "llvm/CodeGen/MachineFunction.h"#include "llvm/CodeGen/MachineFunctionPass.h"#include "llvm/CodeGen/MachineInstr.h"#include "llvm/CodeGen/MachineLoopInfo.h"#include "llvm/CodeGen/MachineOperand.h"#include "llvm/CodeGen/MachineRegisterInfo.h"#include "llvm/CodeGen/Register.h"#include "llvm/Pass.h"#include "llvm/Support/ErrorHandling.h"#include <cassert>Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "ppc-ctrloops" |
Functions | |
| STATISTIC (NumCTRLoops, "Number of CTR loops generated") | |
| STATISTIC (NumNormalLoops, "Number of normal compare + branch loops generated") | |
| INITIALIZE_PASS_BEGIN (PPCCTRLoops, DEBUG_TYPE, "PowerPC CTR loops generation", false, false) INITIALIZE_PASS_END(PPCCTRLoops | |
Variables | |
| DEBUG_TYPE | |
| PowerPC CTR loops | generation |
| PowerPC CTR loops | false |
| #define DEBUG_TYPE "ppc-ctrloops" |
Definition at line 48 of file PPCCTRLoops.cpp.
| INITIALIZE_PASS_BEGIN | ( | PPCCTRLoops | , |
| DEBUG_TYPE | , | ||
| "PowerPC CTR loops generation" | , | ||
| false | , | ||
| false | ) |
References DEBUG_TYPE, and INITIALIZE_PASS_DEPENDENCY.
| STATISTIC | ( | NumCTRLoops | , |
| "Number of CTR loops generated" | ) |
| STATISTIC | ( | NumNormalLoops | , |
| "Number of normal compare + branch loops generated" | ) |
| DEBUG_TYPE |
Definition at line 84 of file PPCCTRLoops.cpp.
| PowerPC CTR loops false |
Definition at line 85 of file PPCCTRLoops.cpp.
| PowerPC CTR loops generation |
Definition at line 84 of file PPCCTRLoops.cpp.