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

/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DLoopInstSimplify.cpp42 bool runOnLoop(Loop*, LPPassManager&) override;
72 bool LoopInstSimplify::runOnLoop(Loop *L, LPPassManager &LPM) { function in class:LoopInstSimplify
H A DLoopDeletion.cpp39 bool runOnLoop(Loop *L, LPPassManager &) override;
129 /// runOnLoop - Remove dead loops, by which we mean loops that do not impact the
135 bool LoopDeletion::runOnLoop(Loop *L, LPPassManager &) { function in class:LoopDeletion
H A DPlaceSafepoints.cpp138 bool runOnLoop(Loop *);
143 runOnLoop(L);
321 bool PlaceBackedgeSafepointsImpl::runOnLoop(Loop *L) { function in class:PlaceBackedgeSafepointsImpl
H A DLICM.cpp113 bool runOnLoop(Loop *L, LPPassManager &LPM) override;
189 bool LICM::runOnLoop(Loop *L, LPPassManager &LPM) { function in class:LICM
H A DLoopIdiomRecognize.cpp84 bool runOnLoop(Loop *L, LPPassManager &LPM) override;
188 bool LoopIdiomRecognize::runOnLoop(Loop *L, LPPassManager &LPM) { function in class:LoopIdiomRecognize
H A DLoopRotation.cpp592 bool runOnLoop(Loop *L, LPPassManager &LPM) override {
H A DInductiveRangeCheckElimination.cpp221 bool runOnLoop(Loop *L, LPPassManager &LPM) override;
1394 bool InductiveRangeCheckElimination::runOnLoop(Loop *L, LPPassManager &LPM) { function in class:__anon3193::InductiveRangeCheckElimination
H A DLoopRerollPass.cpp147 bool runOnLoop(Loop *L, LPPassManager &LPM) override;
1474 bool LoopReroll::runOnLoop(Loop *L, LPPassManager &LPM) { function in class:LoopReroll
H A DLoopUnswitch.cpp206 bool runOnLoop(Loop *L, LPPassManager &LPM) override;
432 bool LoopUnswitch::runOnLoop(Loop *L, LPPassManager &LPM_Ref) { function in class:LoopUnswitch
H A DIndVarSimplify.cpp107 bool runOnLoop(Loop *L, LPPassManager &LPM) override;
2077 bool IndVarSimplify::runOnLoop(Loop *L, LPPassManager &LPM) { function in class:IndVarSimplify
H A DLoopUnrollPass.cpp961 bool runOnLoop(Loop *L, LPPassManager &) override {
H A DLoopStrengthReduce.cpp4952 bool runOnLoop(Loop *L, LPPassManager &LPM) override;
4999 bool LoopStrengthReduce::runOnLoop(Loop *L, LPPassManager & /*LPM*/) { function in class:LoopStrengthReduce
/freebsd-11.0-release/contrib/llvm/include/llvm/Analysis/
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.h138 bool runOnLoop(Loop *L, LPPassManager &LPM) override;
/freebsd-11.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCLoopDataPrefetch.cpp83 bool runOnLoop(Loop *L);
117 MadeChange |= runOnLoop(*L);
122 bool PPCLoopDataPrefetch::runOnLoop(Loop *L) { function in class:PPCLoopDataPrefetch
H A DPPCLoopPreIncPrep.cpp81 bool runOnLoop(Loop *L);
157 MadeChange |= runOnLoop(*L);
162 bool PPCLoopPreIncPrep::runOnLoop(Loop *L) { function in class:PPCLoopPreIncPrep
/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DLoopPass.cpp44 bool runOnLoop(Loop *L, LPPassManager &) override {
198 Changed |= P->runOnLoop(CurrentLoop, *this);
H A DIVUsers.cpp262 bool IVUsers::runOnLoop(Loop *l, LPPassManager &LPM) { function in class:IVUsers
/freebsd-11.0-release/contrib/llvm/lib/Transforms/IPO/
H A DLoopExtractor.cpp46 bool runOnLoop(Loop *L, LPPassManager &) override;
83 bool LoopExtractor::runOnLoop(Loop *L, LPPassManager &) { function in class:LoopExtractor
/freebsd-11.0-release/contrib/llvm/tools/opt/
H A DPassPrinters.cpp141 bool runOnLoop(Loop *L, LPPassManager &LPM) override {

Completed in 123 milliseconds