Searched defs:LPM (Results 1 – 11 of 11) 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/Scalar/ |
D | LoopInstSimplify.cpp | 72 bool LoopInstSimplify::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop()
|
D | LoopUnswitch.cpp | 166 LPPassManager *LPM; member in __anon1bf9f3440111::LoopUnswitch 672 LoopInfo *LI, LPPassManager *LPM) { in CloneLoop() 1127 Loop *L, LPPassManager *LPM) { in ReplaceUsesOfWith()
|
D | LoopRotation.cpp | 592 bool runOnLoop(Loop *L, LPPassManager &LPM) override { in runOnLoop()
|
D | LoopIdiomRecognize.cpp | 186 bool LoopIdiomRecognize::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop()
|
D | LICM.cpp | 187 bool LICM::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop()
|
D | LoopRerollPass.cpp | 1474 bool LoopReroll::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop()
|
D | InductiveRangeCheckElimination.cpp | 1394 bool InductiveRangeCheckElimination::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop()
|
D | IndVarSimplify.cpp | 2077 bool IndVarSimplify::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop()
|
/external/llvm/lib/Transforms/IPO/ |
D | PassManagerBuilder.cpp | 712 legacy::PassManagerBase *LPM = unwrap(PM); in LLVMPassManagerBuilderPopulateLTOPassManager() local
|
/external/llvm/lib/Analysis/ |
D | IVUsers.cpp | 262 bool IVUsers::runOnLoop(Loop *l, LPPassManager &LPM) { in runOnLoop()
|