Searched defs:PPCCTRLoopsVerify (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp124 struct PPCCTRLoopsVerify : public MachineFunctionPass { struct in namespace:__anon12280
128 PPCCTRLoopsVerify() : MachineFunctionPass(ID) { function in struct:__anon12280::PPCCTRLoopsVerify
143 char PPCCTRLoopsVerify::ID = 0;
160 INITIALIZE_PASS_BEGIN(PPCCTRLoopsVerify, "ppc-ctr-loops-verify",
163 INITIALIZE_PASS_END(PPCCTRLoopsVerify, "ppc-ctr-loops-verify",
167 return new PPCCTRLoopsVerify();
674 bool PPCCTRLoopsVerify::runOnMachineFunction(MachineFunction &MF) {

Completed in 55 milliseconds