Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DLoopPass.h46 virtual bool doInitialization(Loop *L, LPPassManager &LPM) { in doInitialization()
/external/llvm/lib/Transforms/Scalar/
DLoopInstSimplify.cpp72 bool LoopInstSimplify::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop()
DLoopUnswitch.cpp166 LPPassManager *LPM; member in __anon1bf9f3440111::LoopUnswitch
672 LoopInfo *LI, LPPassManager *LPM) { in CloneLoop()
1127 Loop *L, LPPassManager *LPM) { in ReplaceUsesOfWith()
DLoopRotation.cpp592 bool runOnLoop(Loop *L, LPPassManager &LPM) override { in runOnLoop()
DLoopIdiomRecognize.cpp186 bool LoopIdiomRecognize::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop()
DLICM.cpp187 bool LICM::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop()
DLoopRerollPass.cpp1474 bool LoopReroll::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop()
DInductiveRangeCheckElimination.cpp1394 bool InductiveRangeCheckElimination::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop()
DIndVarSimplify.cpp2077 bool IndVarSimplify::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop()
/external/llvm/lib/Transforms/IPO/
DPassManagerBuilder.cpp712 legacy::PassManagerBase *LPM = unwrap(PM); in LLVMPassManagerBuilderPopulateLTOPassManager() local
/external/llvm/lib/Analysis/
DIVUsers.cpp262 bool IVUsers::runOnLoop(Loop *l, LPPassManager &LPM) { in runOnLoop()