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.cpp58 class PPCCTRLoops : public MachineFunctionPass { class
62 PPCCTRLoops() : MachineFunctionPass(ID) { in PPCCTRLoops() function in __anonfac9b14e0111::PPCCTRLoops
85 char PPCCTRLoops::ID = 0;
87 INITIALIZE_PASS_BEGIN(PPCCTRLoops, DEBUG_TYPE, "PowerPC CTR loops generation",
90 INITIALIZE_PASS_END(PPCCTRLoops, DEBUG_TYPE, "PowerPC CTR loops generation", in INITIALIZE_PASS_DEPENDENCY()
93 FunctionPass *llvm::createPPCCTRLoopsPass() { return new PPCCTRLoops(); } in INITIALIZE_PASS_DEPENDENCY()
95 bool PPCCTRLoops::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
119 bool PPCCTRLoops::isCTRClobber(MachineInstr *MI, bool CheckReads) const { in isCTRClobber()
146 bool PPCCTRLoops::processLoop(MachineLoop *ML) { in processLoop()
240 void PPCCTRLoops::expandNormalLoops(MachineLoop *ML, MachineInstr *Start, in expandNormalLoops()
[all …]
/freebsd/lib/clang/libllvm/
H A DMakefile1507 SRCS_MIN+= Target/PowerPC/PPCCTRLoops.cpp