Home
last modified time | relevance | path

Searched refs:PPCCTRLoops (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp54 class PPCCTRLoops : public MachineFunctionPass { class
58 PPCCTRLoops() : MachineFunctionPass(ID) {} in PPCCTRLoops() function in __anonfac9b14e0111::PPCCTRLoops
79 char PPCCTRLoops::ID = 0;
81 INITIALIZE_PASS_BEGIN(PPCCTRLoops, DEBUG_TYPE, "PowerPC CTR loops generation",
84 INITIALIZE_PASS_END(PPCCTRLoops, DEBUG_TYPE, "PowerPC CTR loops generation", in INITIALIZE_PASS_DEPENDENCY()
87 FunctionPass *llvm::createPPCCTRLoopsPass() { return new PPCCTRLoops(); } in INITIALIZE_PASS_DEPENDENCY()
89 bool PPCCTRLoops::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
113 bool PPCCTRLoops::isCTRClobber(MachineInstr *MI, bool CheckReads) const { in isCTRClobber()
140 bool PPCCTRLoops::processLoop(MachineLoop *ML) { in processLoop()
234 void PPCCTRLoops::expandNormalLoops(MachineLoop *ML, MachineInstr *Start, in expandNormalLoops()
[all …]
/freebsd/lib/clang/libllvm/
H A DMakefile1628 SRCS_MIN+= Target/PowerPC/PPCCTRLoops.cpp