Home
last modified time | relevance | path

Searched defs:runOnLoop (Results 1 – 15 of 15) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopInstSimplify.cpp72 bool LoopInstSimplify::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop() function in LoopInstSimplify
H A DLoopDeletion.cpp133 bool LoopDeletion::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop() function in LoopDeletion
H A DLoopRotation.cpp96 bool LoopRotate::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop() function in LoopRotate
H A DLoopUnrollPass.cpp362 bool LoopUnroll::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop() function in LoopUnroll
H A DLICM.cpp227 bool LICM::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop() function in LICM
H A DLoopRerollPass.cpp1127 bool LoopReroll::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop() function in LoopReroll
H A DLoopIdiomRecognize.cpp703 bool LoopIdiomRecognize::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop() function in LoopIdiomRecognize
H A DLoopUnswitch.cpp384 bool LoopUnswitch::runOnLoop(Loop *L, LPPassManager &LPM_Ref) { in runOnLoop() function in LoopUnswitch
H A DIndVarSimplify.cpp1917 bool IndVarSimplify::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop() function in IndVarSimplify
H A DLoopStrengthReduce.cpp5082 bool LoopStrengthReduce::runOnLoop(Loop *L, LPPassManager & /*LPM*/) { in runOnLoop() function in LoopStrengthReduce
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DIVUsers.cpp250 bool IVUsers::runOnLoop(Loop *l, LPPassManager &LPM) { in runOnLoop() function in IVUsers
H A DLoopPass.cpp43 bool runOnLoop(Loop *L, LPPassManager &) override { in runOnLoop() function in __anoncbd7b6070111::PrintLoopPass
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/IPO/
H A DLoopExtractor.cpp82 bool LoopExtractor::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop() function in LoopExtractor
/minix3/external/bsd/llvm/dist/llvm/tools/opt/
H A DPassPrinters.cpp141 bool runOnLoop(Loop *L, LPPassManager &LPM) override { in runOnLoop() function
/minix3/external/bsd/llvm/dist/llvm/unittests/IR/
H A DLegacyPassManagerTest.cpp217 bool runOnLoop(Loop *L, LPPassManager &LPM) override { in runOnLoop() function