Searched refs:runOnLoop (Results 1 - 17 of 17) sorted by path

/external/llvm/include/llvm/Analysis/
H A DIVUsers.h134 bool runOnLoop(Loop *L, LPPassManager &LPM) override;
H A DLoopPass.h38 // runOnLoop - This method should be implemented by the subclass to perform
40 virtual bool runOnLoop(Loop *L, LPPassManager &LPM) = 0;
/external/llvm/lib/Analysis/
H A DIVUsers.cpp250 bool IVUsers::runOnLoop(Loop *l, LPPassManager &LPM) { function in class:IVUsers
H A DLoopPass.cpp43 bool runOnLoop(Loop *L, LPPassManager &) override {
238 Changed |= P->runOnLoop(CurrentLoop, *this);
/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/Transforms/Scalar/
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 DLICM.cpp81 bool runOnLoop(Loop *L, LPPassManager &LPM) override;
223 bool LICM::runOnLoop(Loop *L, LPPassManager &LPM) { function in class:LICM
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 DLoopIdiomRecognize.cpp145 bool runOnLoop(Loop *L, LPPassManager &LPM) override;
703 bool LoopIdiomRecognize::runOnLoop(Loop *L, LPPassManager &LPM) { function in class:LoopIdiomRecognize
H A DLoopInstSimplify.cpp40 bool runOnLoop(Loop*, LPPassManager&) override;
68 bool LoopInstSimplify::runOnLoop(Loop *L, LPPassManager &LPM) { function in class:LoopInstSimplify
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 DLoopRotation.cpp67 bool runOnLoop(Loop *L, LPPassManager &LPM) override;
92 bool LoopRotate::runOnLoop(Loop *L, LPPassManager &LPM) { function in class:LoopRotate
H A DLoopStrengthReduce.cpp5037 bool runOnLoop(Loop *L, LPPassManager &LPM) override;
5084 bool LoopStrengthReduce::runOnLoop(Loop *L, LPPassManager & /*LPM*/) { function in class:LoopStrengthReduce
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 DLoopUnswitch.cpp160 bool runOnLoop(Loop *L, LPPassManager &LPM) override;
375 bool LoopUnswitch::runOnLoop(Loop *L, LPPassManager &LPM_Ref) { function in class:LoopUnswitch
/external/llvm/tools/opt/
H A DPassPrinters.cpp141 bool runOnLoop(Loop *L, LPPassManager &LPM) override {
/external/llvm/unittests/IR/
H A DLegacyPassManagerTest.cpp217 virtual bool runOnLoop(Loop *L, LPPassManager &LPM) { function in struct:llvm::__anon26501::LPass

Completed in 518 milliseconds