Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopInstSimplify.cpp68 bool LoopInstSimplify::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop() function in LoopInstSimplify
DLoopDeletion.cpp133 bool LoopDeletion::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop() function in LoopDeletion
DLoopRotation.cpp92 bool LoopRotate::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop() function in LoopRotate
DLoopUnrollPass.cpp319 bool LoopUnroll::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop() function in LoopUnroll
DLICM.cpp223 bool LICM::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop() function in LICM
DLoopRerollPass.cpp1130 bool LoopReroll::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop() function in LoopReroll
DLoopIdiomRecognize.cpp703 bool LoopIdiomRecognize::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop() function in LoopIdiomRecognize
DLoopUnswitch.cpp375 bool LoopUnswitch::runOnLoop(Loop *L, LPPassManager &LPM_Ref) { in runOnLoop() function in LoopUnswitch
DIndVarSimplify.cpp1799 bool IndVarSimplify::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop() function in IndVarSimplify
DLoopStrengthReduce.cpp5084 bool LoopStrengthReduce::runOnLoop(Loop *L, LPPassManager & /*LPM*/) { in runOnLoop() function in LoopStrengthReduce
/external/llvm/lib/Analysis/
DIVUsers.cpp250 bool IVUsers::runOnLoop(Loop *l, LPPassManager &LPM) { in runOnLoop() function in IVUsers
DLoopPass.cpp43 bool runOnLoop(Loop *L, LPPassManager &) override { in runOnLoop() function in __anond3f3d75a0111::PrintLoopPass
/external/llvm/lib/Transforms/IPO/
DLoopExtractor.cpp82 bool LoopExtractor::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop() function in LoopExtractor
/external/llvm/tools/opt/
DPassPrinters.cpp141 bool runOnLoop(Loop *L, LPPassManager &LPM) override { in runOnLoop() function
/external/llvm/unittests/IR/
DLegacyPassManagerTest.cpp217 virtual bool runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop() function