/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | LoopInstSimplify.cpp | 72 bool LoopInstSimplify::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop() function in LoopInstSimplify
|
H A D | LoopDeletion.cpp | 133 bool LoopDeletion::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop() function in LoopDeletion
|
H A D | LoopRotation.cpp | 96 bool LoopRotate::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop() function in LoopRotate
|
H A D | LoopUnrollPass.cpp | 362 bool LoopUnroll::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop() function in LoopUnroll
|
H A D | LICM.cpp | 227 bool LICM::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop() function in LICM
|
H A D | LoopRerollPass.cpp | 1127 bool LoopReroll::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop() function in LoopReroll
|
H A D | LoopIdiomRecognize.cpp | 703 bool LoopIdiomRecognize::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop() function in LoopIdiomRecognize
|
H A D | LoopUnswitch.cpp | 384 bool LoopUnswitch::runOnLoop(Loop *L, LPPassManager &LPM_Ref) { in runOnLoop() function in LoopUnswitch
|
H A D | IndVarSimplify.cpp | 1917 bool IndVarSimplify::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop() function in IndVarSimplify
|
H A D | LoopStrengthReduce.cpp | 5082 bool LoopStrengthReduce::runOnLoop(Loop *L, LPPassManager & /*LPM*/) { in runOnLoop() function in LoopStrengthReduce
|
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/ |
H A D | IVUsers.cpp | 250 bool IVUsers::runOnLoop(Loop *l, LPPassManager &LPM) { in runOnLoop() function in IVUsers
|
H A D | LoopPass.cpp | 43 bool runOnLoop(Loop *L, LPPassManager &) override { in runOnLoop() function in __anoncbd7b6070111::PrintLoopPass
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | LoopExtractor.cpp | 82 bool LoopExtractor::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop() function in LoopExtractor
|
/minix3/external/bsd/llvm/dist/llvm/tools/opt/ |
H A D | PassPrinters.cpp | 141 bool runOnLoop(Loop *L, LPPassManager &LPM) override { in runOnLoop() function
|
/minix3/external/bsd/llvm/dist/llvm/unittests/IR/ |
H A D | LegacyPassManagerTest.cpp | 217 bool runOnLoop(Loop *L, LPPassManager &LPM) override { in runOnLoop() function
|