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

/freebsd-9.3-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp123 struct PPCCTRLoopsVerify : public MachineFunctionPass { struct in namespace:__anon2425
127 PPCCTRLoopsVerify() : MachineFunctionPass(ID) { function in struct:__anon2425::PPCCTRLoopsVerify
142 char PPCCTRLoopsVerify::ID = 0;
159 INITIALIZE_PASS_BEGIN(PPCCTRLoopsVerify, "ppc-ctr-loops-verify",
162 INITIALIZE_PASS_END(PPCCTRLoopsVerify, "ppc-ctr-loops-verify",
166 return new PPCCTRLoopsVerify();
630 bool PPCCTRLoopsVerify::runOnMachineFunction(MachineFunction &MF) {

Completed in 48 milliseconds