Home
last modified time | relevance | path

Searched refs:runOnLoop (Results 1 – 25 of 44) sorted by relevance

12

/external/llvm/lib/Transforms/Scalar/
DLoopDataPrefetch.cpp90 bool runOnLoop(Loop *L);
171 MadeChange |= runOnLoop(*L); in runOnFunction()
176 bool LoopDataPrefetch::runOnLoop(Loop *L) { in runOnLoop() function in LoopDataPrefetch
DLoopInstSimplify.cpp43 bool runOnLoop(Loop*, LPPassManager&) override;
67 bool LoopInstSimplify::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop() function in LoopInstSimplify
DLoopDeletion.cpp242 bool runOnLoop(Loop *L, LPPassManager &) override;
259 bool LoopDeletionLegacyPass::runOnLoop(Loop *L, LPPassManager &) { in runOnLoop() function in LoopDeletionLegacyPass
DPlaceSafepoints.cpp122 bool runOnLoop(Loop *);
127 runOnLoop(L); in runOnLoopAndSubLoops()
302 bool PlaceBackedgeSafepointsImpl::runOnLoop(Loop *L) { in runOnLoop() function in PlaceBackedgeSafepointsImpl
DLoopSimplifyCFG.cpp89 bool runOnLoop(Loop *L, LPPassManager &) override { in runOnLoop() function in __anon245bebac0111::LoopSimplifyCFGLegacyPass
DLICM.cpp110 bool runOnLoop(Loop *L, AliasAnalysis *AA, LoopInfo *LI, DominatorTree *DT,
130 bool runOnLoop(Loop *L, LPPassManager &LPM) override { in runOnLoop() function
135 return LICM.runOnLoop(L, in runOnLoop()
190 if (!LICM.runOnLoop(&L, AA, LI, DT, TLI, SE, true)) in run()
214 bool LoopInvariantCodeMotion::runOnLoop(Loop *L, AliasAnalysis *AA, in runOnLoop() function in LoopInvariantCodeMotion
DLoopVersioningLICM.cpp150 bool runOnLoop(Loop *L, LPPassManager &LPM) override;
507 bool LoopVersioningLICM::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop() function in LoopVersioningLICM
DLoopIdiomRecognize.cpp89 bool runOnLoop(Loop *L);
144 bool runOnLoop(Loop *L, LPPassManager &LPM) override { in runOnLoop() function in __anon259313270111::LoopIdiomRecognizeLegacyPass
160 return LIR.runOnLoop(L); in runOnLoop()
192 if (!LIR.runOnLoop(&L)) in run()
220 bool LoopIdiomRecognize::runOnLoop(Loop *L) { in runOnLoop() function in LoopIdiomRecognize
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DLoopInstSimplify.cpp37 bool runOnLoop(Loop*, LPPassManager&);
63 bool LoopInstSimplify::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop() function in LoopInstSimplify
DLoopUnrollPass.cpp76 bool runOnLoop(Loop *L, LPPassManager &LPM);
129 bool LoopUnroll::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop() function in LoopUnroll
DLoopDeletion.cpp37 bool runOnLoop(Loop* L, LPPassManager& LPM);
130 bool LoopDeletion::runOnLoop(Loop* L, LPPassManager& LPM) { in runOnLoop() function in LoopDeletion
DLoopRotation.cpp54 bool runOnLoop(Loop *L, LPPassManager &LPM);
73 bool LoopRotate::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop() function in LoopRotate
DLoopIdiomRecognize.cpp78 bool runOnLoop(Loop *L, LPPassManager &LPM);
173 bool LoopIdiomRecognize::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop() function in LoopIdiomRecognize
DLICM.cpp73 virtual bool runOnLoop(Loop *L, LPPassManager &LPM);
189 bool LICM::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop() function in LICM
/external/llvm/lib/Transforms/IPO/
DLoopExtractor.cpp46 bool runOnLoop(Loop *L, LPPassManager &) override;
83 bool LoopExtractor::runOnLoop(Loop *L, LPPassManager &) { in runOnLoop() function in LoopExtractor
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DLCSSA.cpp60 virtual bool runOnLoop(Loop *L, LPPassManager &LPM);
116 bool LCSSA::runOnLoop(Loop *TheLoop, LPPassManager &LPM) { in runOnLoop() function in LCSSA
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DLoopExtractor.cpp45 virtual bool runOnLoop(Loop *L, LPPassManager &LPM);
81 bool LoopExtractor::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop() function in LoopExtractor
/external/llvm/lib/Target/PowerPC/
DPPCLoopPreIncPrep.cpp81 bool runOnLoop(Loop *L);
160 MadeChange |= runOnLoop(*L); in runOnFunction()
165 bool PPCLoopPreIncPrep::runOnLoop(Loop *L) { in runOnLoop() function in PPCLoopPreIncPrep
/external/llvm/lib/Analysis/
DLoopPass.cpp46 bool runOnLoop(Loop *L, LPPassManager &) override { in runOnLoop() function in __anon344eba160111::PrintLoopPassWrapper
200 Changed |= P->runOnLoop(CurrentLoop, *this); in runOnFunction()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DLoopPass.cpp42 bool runOnLoop(Loop *L, LPPassManager &) { in runOnLoop() function in __anon9c9d1ac20111::PrintLoopPass
241 Changed |= P->runOnLoop(CurrentLoop, *this); in runOnFunction()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DLoopDependenceAnalysis.h107 bool runOnLoop(Loop*, LPPassManager&);
DLoopPass.h40 virtual bool runOnLoop(Loop *L, LPPassManager &LPM) = 0;
DIVUsers.h135 virtual bool runOnLoop(Loop *L, LPPassManager &LPM);
/external/llvm/include/llvm/Analysis/
DLoopPass.h40 virtual bool runOnLoop(Loop *L, LPPassManager &LPM) = 0;
DIVUsers.h138 bool runOnLoop(Loop *L, LPPassManager &LPM) override;

12