Searched refs:runOnLoop (Results 1 - 20 of 20) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
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 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 DLoopRotation.cpp56 bool runOnLoop(Loop *L, LPPassManager &LPM);
76 bool LoopRotate::runOnLoop(Loop *L, LPPassManager &LPM) { function in class:LoopRotate
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 DLoopIdiomRecognize.cpp78 bool runOnLoop(Loop *L, LPPassManager &LPM);
175 bool LoopIdiomRecognize::runOnLoop(Loop *L, LPPassManager &LPM) { function in class:LoopIdiomRecognize
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);
1691 bool IndVarSimplify::runOnLoop(Loop *L, LPPassManager &LPM) { function in class:IndVarSimplify
H A DLoopStrengthReduce.cpp4768 bool runOnLoop(Loop *L, LPPassManager &LPM);
4814 bool LoopStrengthReduce::runOnLoop(Loop *L, LPPassManager & /*LPM*/) { function in class:LoopStrengthReduce
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Analysis/
H A DLoopDependenceAnalysis.h107 bool runOnLoop(Loop*, LPPassManager&);
H A DLoopPass.h38 // runOnLoop - This method should be implemented by the subclass to perform
40 virtual bool runOnLoop(Loop *L, LPPassManager &LPM) = 0;
H A DIVUsers.h135 virtual bool runOnLoop(Loop *L, LPPassManager &LPM);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DLoopPass.cpp40 bool runOnLoop(Loop *L, LPPassManager &) { function in class:__anon10088::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
/macosx-10.9.5/llvmCore-3425.0.33/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
/macosx-10.9.5/llvmCore-3425.0.33/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
/macosx-10.9.5/llvmCore-3425.0.33/unittests/VMCore/
H A DPassManagerTest.cpp206 virtual bool runOnLoop(Loop *L, LPPassManager &LPM) { function in struct:llvm::__anon10784::LPass
/macosx-10.9.5/llvmCore-3425.0.33/tools/opt/
H A Dopt.cpp270 virtual bool runOnLoop(Loop *L, LPPassManager &LPM) { function in struct:__anon10717::LoopPassPrinter

Completed in 212 milliseconds