| /NextBSD/contrib/llvm/lib/Target/PowerPC/ |
| HD | PPCLoopDataPrefetch.cpp | 82 bool runOnLoop(Loop *L); 116 MadeChange |= runOnLoop(*L); in runOnFunction() 121 bool PPCLoopDataPrefetch::runOnLoop(Loop *L) { in runOnLoop() function in PPCLoopDataPrefetch
|
| HD | PPCLoopPreIncPrep.cpp | 81 bool runOnLoop(Loop *L); 149 MadeChange |= runOnLoop(*L); in runOnFunction() 154 bool PPCLoopPreIncPrep::runOnLoop(Loop *L) { in runOnLoop() function in PPCLoopPreIncPrep
|
| /NextBSD/contrib/llvm/lib/Transforms/Scalar/ |
| HD | LoopInstSimplify.cpp | 42 bool runOnLoop(Loop*, LPPassManager&) override; 72 bool LoopInstSimplify::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop() function in LoopInstSimplify
|
| HD | LoopDeletion.cpp | 38 bool runOnLoop(Loop *L, LPPassManager &LPM) override; 133 bool LoopDeletion::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop() function in LoopDeletion
|
| HD | PlaceSafepoints.cpp | 136 bool runOnLoop(Loop *); 141 runOnLoop(L); in runOnLoopAndSubLoops() 330 bool PlaceBackedgeSafepointsImpl::runOnLoop(Loop *L) { in runOnLoop() function in PlaceBackedgeSafepointsImpl
|
| HD | LoopRotation.cpp | 71 bool runOnLoop(Loop *L, LPPassManager &LPM) override; 99 bool LoopRotate::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop() function in LoopRotate
|
| HD | LoopUnrollPass.cpp | 133 bool runOnLoop(Loop *L, LPPassManager &LPM) override; 740 bool LoopUnroll::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop() function in LoopUnroll
|
| HD | LoopIdiomRecognize.cpp | 147 bool runOnLoop(Loop *L, LPPassManager &LPM) override; 660 bool LoopIdiomRecognize::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop() function in LoopIdiomRecognize
|
| HD | LICM.cpp | 108 bool runOnLoop(Loop *L, LPPassManager &LPM) override; 178 bool LICM::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop() function in LICM
|
| HD | LoopUnswitch.cpp | 181 bool runOnLoop(Loop *L, LPPassManager &LPM) override; 406 bool LoopUnswitch::runOnLoop(Loop *L, LPPassManager &LPM_Ref) { in runOnLoop() function in LoopUnswitch
|
| HD | LoopRerollPass.cpp | 147 bool runOnLoop(Loop *L, LPPassManager &LPM) override; 1468 bool LoopReroll::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop() function in LoopReroll
|
| HD | InductiveRangeCheckElimination.cpp | 221 bool runOnLoop(Loop *L, LPPassManager &LPM) override; 1387 bool InductiveRangeCheckElimination::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop() function in InductiveRangeCheckElimination
|
| HD | IndVarSimplify.cpp | 106 bool runOnLoop(Loop *L, LPPassManager &LPM) override; 1981 bool IndVarSimplify::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop() function in IndVarSimplify
|
| HD | LoopStrengthReduce.cpp | 4948 bool runOnLoop(Loop *L, LPPassManager &LPM) override; 4995 bool LoopStrengthReduce::runOnLoop(Loop *L, LPPassManager & /*LPM*/) { in runOnLoop() function in LoopStrengthReduce
|
| /NextBSD/contrib/llvm/lib/Transforms/IPO/ |
| HD | LoopExtractor.cpp | 46 bool runOnLoop(Loop *L, LPPassManager &LPM) override; 82 bool LoopExtractor::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop() function in LoopExtractor
|
| /NextBSD/contrib/llvm/lib/Analysis/ |
| HD | LoopPass.cpp | 44 bool runOnLoop(Loop *L, LPPassManager &) override { in runOnLoop() function in __anon585455230111::PrintLoopPass 251 Changed |= P->runOnLoop(CurrentLoop, *this); in runOnFunction()
|
| HD | IVUsers.cpp | 262 bool IVUsers::runOnLoop(Loop *l, LPPassManager &LPM) { in runOnLoop() function in IVUsers
|
| /NextBSD/contrib/llvm/include/llvm/Analysis/ |
| HD | LoopPass.h | 40 virtual bool runOnLoop(Loop *L, LPPassManager &LPM) = 0;
|
| HD | IVUsers.h | 138 bool runOnLoop(Loop *L, LPPassManager &LPM) override;
|
| /NextBSD/contrib/llvm/tools/opt/ |
| HD | PassPrinters.cpp | 141 bool runOnLoop(Loop *L, LPPassManager &LPM) override { in runOnLoop() function
|