Home
last modified time | relevance | path

Searched defs:LPM (Results 1 – 16 of 16) sorted by relevance

/minix/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp58 SimplifyIndvar(Loop *Loop, ScalarEvolution *SE, LPPassManager *LPM, in SimplifyIndvar()
562 bool simplifyUsersOfIV(PHINode *CurrIV, ScalarEvolution *SE, LPPassManager *LPM, in simplifyUsersOfIV()
573 bool simplifyLoopIVs(Loop *L, ScalarEvolution *SE, LPPassManager *LPM, in simplifyLoopIVs()
H A DLoopUnroll.cpp76 FoldBlockIntoPredecessor(BasicBlock *BB, LoopInfo* LI, LPPassManager *LPM, in FoldBlockIntoPredecessor()
158 Pass *PP, LPPassManager *LPM, AssumptionCache *AC) { in UnrollLoop()
H A DLoopUnrollRuntime.cpp282 LPPassManager *LPM) { in UnrollRuntimeLoopProlog()
/minix/external/bsd/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopPass.h46 virtual bool doInitialization(Loop *L, LPPassManager &LPM) { in doInitialization()
/minix/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopInstSimplify.cpp72 bool LoopInstSimplify::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop()
H A DLoopDeletion.cpp133 bool LoopDeletion::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop()
H A DLoopUnswitch.cpp130 LPPassManager *LPM; member in __anon9abf054d0111::LoopUnswitch
670 LoopInfo *LI, LPPassManager *LPM) { in CloneLoop()
940 Loop *L, LPPassManager *LPM) { in ReplaceUsesOfWith()
H A DLoopRotation.cpp96 bool LoopRotate::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop()
H A DLoopUnrollPass.cpp362 bool LoopUnroll::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop()
H A DIndVarSimplify.cpp1236 LPPassManager &LPM) { in SimplifyAndExtend()
1917 bool IndVarSimplify::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop()
H A DLICM.cpp227 bool LICM::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop()
H A DLoopIdiomRecognize.cpp703 bool LoopIdiomRecognize::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop()
H A DLoopRerollPass.cpp1127 bool LoopReroll::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop()
/minix/external/bsd/llvm/dist/llvm/lib/Transforms/IPO/
H A DPassManagerBuilder.cpp588 PassManagerBase *LPM = unwrap(PM); in LLVMPassManagerBuilderPopulateLTOPassManager() local
H A DLoopExtractor.cpp82 bool LoopExtractor::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop()
/minix/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DIVUsers.cpp250 bool IVUsers::runOnLoop(Loop *l, LPPassManager &LPM) { in runOnLoop()