/external/llvm/lib/Target/PowerPC/ |
D | PPCLoopDataPrefetch.cpp | 83 bool runOnLoop(Loop *L); 117 MadeChange |= runOnLoop(*L); in runOnFunction() 122 bool PPCLoopDataPrefetch::runOnLoop(Loop *L) { in runOnLoop() function in PPCLoopDataPrefetch
|
D | PPCLoopPreIncPrep.cpp | 81 bool runOnLoop(Loop *L); 157 MadeChange |= runOnLoop(*L); in runOnFunction() 162 bool PPCLoopPreIncPrep::runOnLoop(Loop *L) { in runOnLoop() function in PPCLoopPreIncPrep
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopInstSimplify.cpp | 42 bool runOnLoop(Loop*, LPPassManager&) override; 72 bool LoopInstSimplify::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop() function in LoopInstSimplify
|
D | LoopDeletion.cpp | 39 bool runOnLoop(Loop *L, LPPassManager &) override; 135 bool LoopDeletion::runOnLoop(Loop *L, LPPassManager &) { in runOnLoop() function in LoopDeletion
|
D | PlaceSafepoints.cpp | 138 bool runOnLoop(Loop *); 143 runOnLoop(L); in runOnLoopAndSubLoops() 321 bool PlaceBackedgeSafepointsImpl::runOnLoop(Loop *L) { in runOnLoop() function in PlaceBackedgeSafepointsImpl
|
D | LoopIdiomRecognize.cpp | 84 bool runOnLoop(Loop *L, LPPassManager &LPM) override; 186 bool LoopIdiomRecognize::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop() function in LoopIdiomRecognize
|
D | LoopUnrollPass.cpp | 134 bool runOnLoop(Loop *L, LPPassManager &) override; 889 bool LoopUnroll::runOnLoop(Loop *L, LPPassManager &) { in runOnLoop() function in LoopUnroll
|
D | LICM.cpp | 111 bool runOnLoop(Loop *L, LPPassManager &LPM) override; 187 bool LICM::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop() function in LICM
|
D | LoopRerollPass.cpp | 147 bool runOnLoop(Loop *L, LPPassManager &LPM) override; 1474 bool LoopReroll::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop() function in LoopReroll
|
D | LoopUnswitch.cpp | 206 bool runOnLoop(Loop *L, LPPassManager &LPM) override; 432 bool LoopUnswitch::runOnLoop(Loop *L, LPPassManager &LPM_Ref) { in runOnLoop() function in LoopUnswitch
|
D | LoopRotation.cpp | 592 bool runOnLoop(Loop *L, LPPassManager &LPM) override { in runOnLoop() function in __anon53bb762b0111::LoopRotate
|
D | InductiveRangeCheckElimination.cpp | 221 bool runOnLoop(Loop *L, LPPassManager &LPM) override; 1394 bool InductiveRangeCheckElimination::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop() function in InductiveRangeCheckElimination
|
D | IndVarSimplify.cpp | 107 bool runOnLoop(Loop *L, LPPassManager &LPM) override; 2077 bool IndVarSimplify::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop() function in IndVarSimplify
|
D | LoopStrengthReduce.cpp | 4941 bool runOnLoop(Loop *L, LPPassManager &LPM) override; 4988 bool LoopStrengthReduce::runOnLoop(Loop *L, LPPassManager & /*LPM*/) { in runOnLoop() function in LoopStrengthReduce
|
/external/llvm/lib/Transforms/IPO/ |
D | LoopExtractor.cpp | 46 bool runOnLoop(Loop *L, LPPassManager &) override; 83 bool LoopExtractor::runOnLoop(Loop *L, LPPassManager &) { in runOnLoop() function in LoopExtractor
|
/external/llvm/lib/Analysis/ |
D | LoopPass.cpp | 44 bool runOnLoop(Loop *L, LPPassManager &) override { in runOnLoop() function in __anon5f0bc5620111::PrintLoopPassWrapper 193 Changed |= P->runOnLoop(CurrentLoop, *this); in runOnFunction()
|
D | IVUsers.cpp | 262 bool IVUsers::runOnLoop(Loop *l, LPPassManager &LPM) { in runOnLoop() function in IVUsers
|
/external/llvm/include/llvm/Analysis/ |
D | LoopPass.h | 40 virtual bool runOnLoop(Loop *L, LPPassManager &LPM) = 0;
|
D | IVUsers.h | 138 bool runOnLoop(Loop *L, LPPassManager &LPM) override;
|
/external/llvm/tools/opt/ |
D | PassPrinters.cpp | 141 bool runOnLoop(Loop *L, LPPassManager &LPM) override { in runOnLoop() function
|
/external/llvm/unittests/IR/ |
D | LegacyPassManagerTest.cpp | 214 bool runOnLoop(Loop *L, LPPassManager &LPM) override { in runOnLoop() function
|
/external/llvm/docs/ |
D | WritingAnLLVMPass.rst | 541 .. _writing-an-llvm-pass-runOnLoop: 543 The ``runOnLoop`` method 548 virtual bool runOnLoop(Loop *, LPPassManager &LPM) = 0; 550 The ``runOnLoop`` method must be implemented by your subclass to do the 563 when the pass framework has finished calling :ref:`runOnLoop 564 <writing-an-llvm-pass-runOnLoop>` for every loop in the program being compiled.
|