Home
last modified time | relevance | path

Searched refs:PPCLoopInstrFormPrep (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp222 class PPCLoopInstrFormPrep : public FunctionPass { class
226 PPCLoopInstrFormPrep() : FunctionPass(ID) { in PPCLoopInstrFormPrep() function in __anon9d75ad0d0111::PPCLoopInstrFormPrep
230 PPCLoopInstrFormPrep(PPCTargetMachine &TM) : FunctionPass(ID), TM(&TM) { in PPCLoopInstrFormPrep() function in __anon9d75ad0d0111::PPCLoopInstrFormPrep
340 char PPCLoopInstrFormPrep::ID = 0;
342 INITIALIZE_PASS_BEGIN(PPCLoopInstrFormPrep, DEBUG_TYPE, name, false, false)
345 INITIALIZE_PASS_END(PPCLoopInstrFormPrep, DEBUG_TYPE, name, false, false)
353 return new PPCLoopInstrFormPrep(TM); in createPPCLoopInstrFormPrepPass()
402 bool PPCLoopInstrFormPrep::runOnFunction(Function &F) { in runOnFunction()
429 bool PPCLoopInstrFormPrep::prepareBasesForCommoningChains(Bucket &CBucket) { in prepareBasesForCommoningChains()
528 bool PPCLoopInstrFormPrep::chainCommoning(Loop *L, in chainCommoning()
[all …]
/freebsd/lib/clang/libllvm/
H A DMakefile1527 SRCS_MIN+= Target/PowerPC/PPCLoopInstrFormPrep.cpp