Searched refs:PPCLoopInstrFormPrep (Results 1 – 2 of 2) sorted by relevance
222 class PPCLoopInstrFormPrep : public FunctionPass { class226 PPCLoopInstrFormPrep() : FunctionPass(ID) { in PPCLoopInstrFormPrep() function in __anonab87f0030111::PPCLoopInstrFormPrep340 char PPCLoopInstrFormPrep::ID = 0;353 return new PPCLoopInstrFormPrep(TM); in createPPCLoopInstrFormPrepPass()402 bool PPCLoopInstrFormPrep::runOnFunction(Function &F) { in runOnFunction()528 bool PPCLoopInstrFormPrep::chainCommoning(Loop *L, in chainCommoning()830 void PPCLoopInstrFormPrep::addOneCandidate( in addOneCandidate()1012 bool PPCLoopInstrFormPrep::rewriteLoadStores( in rewriteLoadStores()1091 bool PPCLoopInstrFormPrep::updateFormPrep(Loop *L, in updateFormPrep()1109 bool PPCLoopInstrFormPrep::dispFormPrep(Loop *L, in dispFormPrep()[all …]
1510 SRCS_MIN+= Target/PowerPC/PPCLoopInstrFormPrep.cpp