Searched refs:PPCCTRLoopsVerify (Results 1 – 2 of 2) sorted by relevance
47 struct PPCCTRLoopsVerify : public MachineFunctionPass { struct51 PPCCTRLoopsVerify() : MachineFunctionPass(ID) { in PPCCTRLoopsVerify() function66 char PPCCTRLoopsVerify::ID = 0;69 INITIALIZE_PASS_BEGIN(PPCCTRLoopsVerify, "ppc-ctr-loops-verify",72 INITIALIZE_PASS_END(PPCCTRLoopsVerify, "ppc-ctr-loops-verify", in INITIALIZE_PASS_DEPENDENCY()76 return new PPCCTRLoopsVerify(); in INITIALIZE_PASS_DEPENDENCY()160 bool PPCCTRLoopsVerify::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
1629 SRCS_MIN+= Target/PowerPC/PPCCTRLoopsVerify.cpp