Searched defs:runOnLoop (Results 1 - 17 of 17) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DLoopDeletion.cpp37 bool runOnLoop(Loop* L, LPPassManager& LPM);
124 /// runOnLoop - Remove dead loops, by which we mean loops that do not impact the
130 bool LoopDeletion::runOnLoop(Loop* L, LPPassManager& LPM) { function in class:LoopDeletion
H A DLoopInstSimplify.cpp38 bool runOnLoop(Loop*, LPPassManager&);
66 bool LoopInstSimplify::runOnLoop(Loop *L, LPPassManager &LPM) { function in class:LoopInstSimplify
H A DLoopUnrollPass.cpp79 bool runOnLoop(Loop *L, LPPassManager &LPM);
133 bool LoopUnroll::runOnLoop(Loop *L, LPPassManager &LPM) { function in class:LoopUnroll
H A DLoopRotation.cpp56 bool runOnLoop(Loop *L, LPPassManager &LPM);
76 bool LoopRotate::runOnLoop(Loop *L, LPPassManager &LPM) { function in class:LoopRotate
H A DLoopIdiomRecognize.cpp78 bool runOnLoop(Loop *L, LPPassManager &LPM);
175 bool LoopIdiomRecognize::runOnLoop(Loop *L, LPPassManager &LPM) { function in class:LoopIdiomRecognize
H A DLICM.cpp76 virtual bool runOnLoop(Loop *L, LPPassManager &LPM);
202 bool LICM::runOnLoop(Loop *L, LPPassManager &LPM) { function in class:LICM
H A DLoopUnswitch.cpp158 bool runOnLoop(Loop *L, LPPassManager &LPM);
376 bool LoopUnswitch::runOnLoop(Loop *L, LPPassManager &LPM_Ref) { function in class:LoopUnswitch
H A DIndVarSimplify.cpp84 virtual bool runOnLoop(Loop *L, LPPassManager &LPM);
1686 bool IndVarSimplify::runOnLoop(Loop *L, LPPassManager &LPM) { function in class:IndVarSimplify
H A DLoopStrengthReduce.cpp4764 bool runOnLoop(Loop *L, LPPassManager &LPM);
4810 bool LoopStrengthReduce::runOnLoop(Loop *L, LPPassManager & /*LPM*/) { function in class:LoopStrengthReduce
/external/llvm/lib/Analysis/
H A DLoopPass.cpp40 bool runOnLoop(Loop *L, LPPassManager &) { function in class:__anon8607::PrintLoopPass
228 Changed |= P->runOnLoop(CurrentLoop, *this);
H A DIVUsers.cpp232 bool IVUsers::runOnLoop(Loop *l, LPPassManager &LPM) { function in class:IVUsers
H A DLoopDependenceAnalysis.cpp314 bool LoopDependenceAnalysis::runOnLoop(Loop *L, LPPassManager &) { function in class:LoopDependenceAnalysis
/external/llvm/lib/Transforms/Utils/
H A DLCSSA.cpp60 virtual bool runOnLoop(Loop *L, LPPassManager &LPM);
116 bool LCSSA::runOnLoop(Loop *TheLoop, LPPassManager &LPM) { function in class:LCSSA
H A DLoopSimplify.cpp80 virtual bool runOnLoop(Loop *L, LPPassManager &LPM);
123 /// runOnLoop - Run down all loops in the CFG (recursively, but we could do
126 bool LoopSimplify::runOnLoop(Loop *l, LPPassManager &LPM) { function in class:LoopSimplify
/external/llvm/lib/Transforms/IPO/
H A DLoopExtractor.cpp45 virtual bool runOnLoop(Loop *L, LPPassManager &LPM);
81 bool LoopExtractor::runOnLoop(Loop *L, LPPassManager &LPM) { function in class:LoopExtractor
/external/llvm/tools/opt/
H A Dopt.cpp270 virtual bool runOnLoop(Loop *L, LPPassManager &LPM) { function in struct:__anon9224::LoopPassPrinter
/external/llvm/unittests/VMCore/
H A DPassManagerTest.cpp206 virtual bool runOnLoop(Loop *L, LPPassManager &LPM) { function in struct:llvm::__anon9288::LPass

Completed in 428 milliseconds