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);
126 /// runOnLoop - Remove dead loops, by which we mean loops that do not impact the
132 bool LoopDeletion::runOnLoop(Loop *L, LPPassManager &LPM) { function in class:LoopDeletion
H A DLoopInstSimplify.cpp39 bool runOnLoop(Loop*, LPPassManager&);
67 bool LoopInstSimplify::runOnLoop(Loop *L, LPPassManager &LPM) { function in class:LoopInstSimplify
H A DLoopUnrollPass.cpp80 bool runOnLoop(Loop *L, LPPassManager &LPM);
138 bool LoopUnroll::runOnLoop(Loop *L, LPPassManager &LPM) { function in class:LoopUnroll
H A DLoopRotation.cpp58 bool runOnLoop(Loop *L, LPPassManager &LPM);
80 bool LoopRotate::runOnLoop(Loop *L, LPPassManager &LPM) { function in class:LoopRotate
H A DLICM.cpp77 virtual bool runOnLoop(Loop *L, LPPassManager &LPM);
205 bool LICM::runOnLoop(Loop *L, LPPassManager &LPM) { function in class:LICM
H A DLoopIdiomRecognize.cpp146 bool runOnLoop(Loop *L, LPPassManager &LPM);
707 bool LoopIdiomRecognize::runOnLoop(Loop *L, LPPassManager &LPM) { function in class:LoopIdiomRecognize
H A DLoopUnswitch.cpp159 bool runOnLoop(Loop *L, LPPassManager &LPM);
386 bool LoopUnswitch::runOnLoop(Loop *L, LPPassManager &LPM_Ref) { function in class:LoopUnswitch
H A DIndVarSimplify.cpp84 virtual bool runOnLoop(Loop *L, LPPassManager &LPM);
1737 bool IndVarSimplify::runOnLoop(Loop *L, LPPassManager &LPM) { function in class:IndVarSimplify
H A DLoopStrengthReduce.cpp4850 bool runOnLoop(Loop *L, LPPassManager &LPM);
4897 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:__anon21071::PrintLoopPass
232 Changed |= P->runOnLoop(CurrentLoop, *this);
H A DIVUsers.cpp232 bool IVUsers::runOnLoop(Loop *l, LPPassManager &LPM) { function in class:IVUsers
/external/llvm/lib/Transforms/Utils/
H A DLCSSA.cpp62 virtual bool runOnLoop(Loop *L, LPPassManager &LPM);
118 bool LCSSA::runOnLoop(Loop *TheLoop, LPPassManager &LPM) { function in class:LCSSA
H A DLoopSimplify.cpp82 virtual bool runOnLoop(Loop *L, LPPassManager &LPM);
126 /// runOnLoop - Run down all loops in the CFG (recursively, but we could do
129 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.cpp275 virtual bool runOnLoop(Loop *L, LPPassManager &LPM) { function in struct:__anon21770::LoopPassPrinter
/external/llvm/unittests/IR/
H A DPassManagerTest.cpp210 virtual bool runOnLoop(Loop *L, LPPassManager &LPM) { function in struct:llvm::__anon21833::LPass
/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp856 virtual bool runOnLoop(Loop *L, LPPassManager &LPM) { function in struct:__anon21714::LoopVectorize

Completed in 222 milliseconds