Searched defs:LPM (Results 1 – 18 of 18) sorted by relevance
/external/llvm/include/llvm/Analysis/ |
D | LoopPass.h | 46 virtual bool doInitialization(Loop *L, LPPassManager &LPM) { in doInitialization()
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyIndVar.cpp | 517 bool simplifyUsersOfIV(PHINode *CurrIV, ScalarEvolution *SE, LPPassManager *LPM, in simplifyUsersOfIV() 528 bool simplifyLoopIVs(Loop *L, ScalarEvolution *SE, LPPassManager *LPM, in simplifyLoopIVs()
|
D | LoopUnroll.cpp | 76 FoldBlockIntoPredecessor(BasicBlock *BB, LoopInfo* LI, LPPassManager *LPM, in FoldBlockIntoPredecessor() 166 LPPassManager *LPM, AssumptionCache *AC) { in UnrollLoop()
|
D | LoopUnrollRuntime.cpp | 283 LPPassManager *LPM) { in UnrollRuntimeLoopProlog()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopInstSimplify.cpp | 72 bool LoopInstSimplify::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop()
|
D | LoopDeletion.cpp | 133 bool LoopDeletion::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop()
|
D | LoopUnswitch.cpp | 131 LPPassManager *LPM; member in __anon1bf9f3440111::LoopUnswitch 671 LoopInfo *LI, LPPassManager *LPM) { in CloneLoop() 938 Loop *L, LPPassManager *LPM) { in ReplaceUsesOfWith()
|
D | LoopRotation.cpp | 99 bool LoopRotate::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop()
|
D | IndVarSimplify.cpp | 1232 LPPassManager &LPM) { in SimplifyAndExtend() 1827 bool IndVarSimplify::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop()
|
D | PlaceSafepoints.cpp | 317 bool PlaceBackedgeSafepointsImpl::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop()
|
D | LoopIdiomRecognize.cpp | 659 bool LoopIdiomRecognize::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop()
|
D | LoopUnrollPass.cpp | 722 bool LoopUnroll::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop()
|
D | LICM.cpp | 172 bool LICM::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop()
|
D | LoopRerollPass.cpp | 1468 bool LoopReroll::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop()
|
D | InductiveRangeCheckElimination.cpp | 1387 bool InductiveRangeCheckElimination::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop()
|
/external/llvm/lib/Analysis/ |
D | IVUsers.cpp | 253 bool IVUsers::runOnLoop(Loop *l, LPPassManager &LPM) { in runOnLoop()
|
/external/llvm/lib/Transforms/IPO/ |
D | PassManagerBuilder.cpp | 619 legacy::PassManagerBase *LPM = unwrap(PM); in LLVMPassManagerBuilderPopulateLTOPassManager() local
|
D | LoopExtractor.cpp | 82 bool LoopExtractor::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop()
|