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

/external/llvm/lib/Transforms/Scalar/
H A DLoopDeletion.cpp38 bool runOnLoop(Loop *L, LPPassManager &LPM) override;
127 /// runOnLoop - Remove dead loops, by which we mean loops that do not impact the
133 bool LoopDeletion::runOnLoop(Loop *L, LPPassManager &LPM) { function in class:LoopDeletion
H A DLoopInstSimplify.cpp40 bool runOnLoop(Loop*, LPPassManager&) override;
68 bool LoopInstSimplify::runOnLoop(Loop *L, LPPassManager &LPM) { function in class:LoopInstSimplify
H A DLoopRotation.cpp67 bool runOnLoop(Loop *L, LPPassManager &LPM) override;
92 bool LoopRotate::runOnLoop(Loop *L, LPPassManager &LPM) { function in class:LoopRotate
H A DLoopUnrollPass.cpp99 bool runOnLoop(Loop *L, LPPassManager &LPM) override;
319 bool LoopUnroll::runOnLoop(Loop *L, LPPassManager &LPM) { function in class:LoopUnroll
H A DLICM.cpp81 bool runOnLoop(Loop *L, LPPassManager &LPM) override;
223 bool LICM::runOnLoop(Loop *L, LPPassManager &LPM) { function in class:LICM
H A DLoopIdiomRecognize.cpp145 bool runOnLoop(Loop *L, LPPassManager &LPM) override;
703 bool LoopIdiomRecognize::runOnLoop(Loop *L, LPPassManager &LPM) { function in class:LoopIdiomRecognize
H A DLoopRerollPass.cpp129 bool runOnLoop(Loop *L, LPPassManager &LPM) override;
1130 bool LoopReroll::runOnLoop(Loop *L, LPPassManager &LPM) { function in class:LoopReroll
H A DLoopUnswitch.cpp160 bool runOnLoop(Loop *L, LPPassManager &LPM) override;
375 bool LoopUnswitch::runOnLoop(Loop *L, LPPassManager &LPM_Ref) { function in class:LoopUnswitch
H A DIndVarSimplify.cpp88 bool runOnLoop(Loop *L, LPPassManager &LPM) override;
1799 bool IndVarSimplify::runOnLoop(Loop *L, LPPassManager &LPM) { function in class:IndVarSimplify
H A DLoopStrengthReduce.cpp5037 bool runOnLoop(Loop *L, LPPassManager &LPM) override;
5084 bool LoopStrengthReduce::runOnLoop(Loop *L, LPPassManager & /*LPM*/) { function in class:LoopStrengthReduce
/external/llvm/lib/Transforms/IPO/
H A DLoopExtractor.cpp46 bool runOnLoop(Loop *L, LPPassManager &LPM) override;
82 bool LoopExtractor::runOnLoop(Loop *L, LPPassManager &LPM) { function in class:LoopExtractor
/external/llvm/lib/Analysis/
H A DIVUsers.cpp250 bool IVUsers::runOnLoop(Loop *l, LPPassManager &LPM) { function in class:IVUsers
/external/llvm/unittests/IR/
H A DLegacyPassManagerTest.cpp217 virtual bool runOnLoop(Loop *L, LPPassManager &LPM) { function in struct:llvm::__anon26501::LPass

Completed in 1597 milliseconds