Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DLoopPass.h46 virtual bool doInitialization(Loop *L, LPPassManager &LPM) { in doInitialization()
/external/llvm/lib/Transforms/Utils/
DSimplifyIndVar.cpp517 bool simplifyUsersOfIV(PHINode *CurrIV, ScalarEvolution *SE, LPPassManager *LPM, in simplifyUsersOfIV()
528 bool simplifyLoopIVs(Loop *L, ScalarEvolution *SE, LPPassManager *LPM, in simplifyLoopIVs()
DLoopUnroll.cpp76 FoldBlockIntoPredecessor(BasicBlock *BB, LoopInfo* LI, LPPassManager *LPM, in FoldBlockIntoPredecessor()
166 LPPassManager *LPM, AssumptionCache *AC) { in UnrollLoop()
DLoopUnrollRuntime.cpp283 LPPassManager *LPM) { in UnrollRuntimeLoopProlog()
/external/llvm/lib/Transforms/Scalar/
DLoopInstSimplify.cpp72 bool LoopInstSimplify::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop()
DLoopDeletion.cpp133 bool LoopDeletion::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop()
DLoopUnswitch.cpp131 LPPassManager *LPM; member in __anon1bf9f3440111::LoopUnswitch
671 LoopInfo *LI, LPPassManager *LPM) { in CloneLoop()
938 Loop *L, LPPassManager *LPM) { in ReplaceUsesOfWith()
DLoopRotation.cpp99 bool LoopRotate::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop()
DIndVarSimplify.cpp1232 LPPassManager &LPM) { in SimplifyAndExtend()
1827 bool IndVarSimplify::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop()
DPlaceSafepoints.cpp317 bool PlaceBackedgeSafepointsImpl::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop()
DLoopIdiomRecognize.cpp659 bool LoopIdiomRecognize::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop()
DLoopUnrollPass.cpp722 bool LoopUnroll::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop()
DLICM.cpp172 bool LICM::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop()
DLoopRerollPass.cpp1468 bool LoopReroll::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop()
DInductiveRangeCheckElimination.cpp1387 bool InductiveRangeCheckElimination::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop()
/external/llvm/lib/Analysis/
DIVUsers.cpp253 bool IVUsers::runOnLoop(Loop *l, LPPassManager &LPM) { in runOnLoop()
/external/llvm/lib/Transforms/IPO/
DPassManagerBuilder.cpp619 legacy::PassManagerBase *LPM = unwrap(PM); in LLVMPassManagerBuilderPopulateLTOPassManager() local
DLoopExtractor.cpp82 bool LoopExtractor::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop()