Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DLoopExtractor.cpp48 bool runOnLoop(Loop *L, LPPassManager &) override;
86 bool LoopExtractor::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop() function in LoopExtractor
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64FalkorHWPFFix.cpp77 bool runOnLoop(Loop &L);
142 MadeChange |= runOnLoop(**LIt); in run()
147 bool FalkorMarkStridedAccesses::runOnLoop(Loop &L) { in runOnLoop() function in FalkorMarkStridedAccesses
204 void runOnLoop(MachineLoop &L, MachineFunction &Fn);
677 void FalkorHWPFFix::runOnLoop(MachineLoop &L, MachineFunction &Fn) { in runOnLoop() function in FalkorHWPFFix
837 runOnLoop(**L, Fn); in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopDataPrefetch.cpp72 bool runOnLoop(Loop *L);
208 MadeChange |= runOnLoop(*L); in run()
213 bool LoopDataPrefetch::runOnLoop(Loop *L) { in runOnLoop() function in LoopDataPrefetch
DLoopDeletion.cpp235 bool runOnLoop(Loop *L, LPPassManager &) override;
252 bool LoopDeletionLegacyPass::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop() function in LoopDeletionLegacyPass
DPlaceSafepoints.cpp123 bool runOnLoop(Loop *);
128 runOnLoop(L); in runOnLoopAndSubLoops()
307 bool PlaceBackedgeSafepointsImpl::runOnLoop(Loop *L) { in runOnLoop() function in PlaceBackedgeSafepointsImpl
DLoopPredication.cpp315 bool runOnLoop(Loop *L);
330 bool runOnLoop(Loop *L, LPPassManager &LPM) override { in runOnLoop() function in __anon325dfe6a0111::LoopPredicationLegacyPass
340 return LP.runOnLoop(L); in runOnLoop()
366 if (!LP.runOnLoop(&L)) in run()
1193 bool LoopPredication::runOnLoop(Loop *Loop) { in runOnLoop() function in LoopPredication
DLoopVersioningLICM.cpp127 bool runOnLoop(Loop *L, LPPassManager &LPM) override;
568 bool LoopVersioningLICM::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop() function in LoopVersioningLICM
DLoopRotation.cpp89 bool runOnLoop(Loop *L, LPPassManager &LPM) override { in runOnLoop() function in __anon230d7fc80111::LoopRotateLegacyPass
DLoopInstSimplify.cpp187 bool runOnLoop(Loop *L, LPPassManager &LPM) override { in runOnLoop() function in __anon023dc1030111::LoopInstSimplifyLegacyPass
DLoopIdiomRecognize.cpp136 bool runOnLoop(Loop *L);
212 bool runOnLoop(Loop *L, LPPassManager &LPM) override { in runOnLoop() function in __anon1e3c0e500111::LoopIdiomRecognizeLegacyPass
234 return LIR.runOnLoop(L); in runOnLoop()
268 if (!LIR.runOnLoop(&L)) in run()
295 bool LoopIdiomRecognize::runOnLoop(Loop *L) { in runOnLoop() function in LoopIdiomRecognize
DLoopSink.cpp357 bool runOnLoop(Loop *L, LPPassManager &LPM) override { in runOnLoop() function
DLICM.cpp172 bool runOnLoop(Loop *L, AliasAnalysis *AA, LoopInfo *LI, DominatorTree *DT,
204 bool runOnLoop(Loop *L, LPPassManager &LPM) override { in runOnLoop() function
221 return LICM.runOnLoop(L, in runOnLoop()
292 if (!LICM.runOnLoop(&L, &AR.AA, &AR.LI, &AR.DT, &AR.TLI, &AR.TTI, &AR.SE, in run()
328 bool LoopInvariantCodeMotion::runOnLoop( in runOnLoop() function in LoopInvariantCodeMotion
DLoopUnswitch.cpp212 bool runOnLoop(Loop *L, LPPassManager &LPM) override;
519 bool LoopUnswitch::runOnLoop(Loop *L, LPPassManager &LPM_Ref) { in runOnLoop() function in LoopUnswitch
DLoopRerollPass.cpp172 bool runOnLoop(Loop *L, LPPassManager &LPM) override;
1641 bool LoopReroll::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop() function in LoopReroll
DLoopSimplifyCFG.cpp723 bool runOnLoop(Loop *L, LPPassManager &LPM) override { in runOnLoop() function in __anon89d58f750711::LoopSimplifyCFGLegacyPass
DGuardWidening.cpp833 bool runOnLoop(Loop *L, LPPassManager &LPM) override { in runOnLoop() function
DInductiveRangeCheckElimination.cpp258 bool runOnLoop(Loop *L, LPPassManager &LPM) override;
1769 bool IRCELegacyPass::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop() function in IRCELegacyPass
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopPass.cpp50 bool runOnLoop(Loop *L, LPPassManager &) override { in runOnLoop() function in __anonee73ebdf0111::PrintLoopPassWrapper
226 LocalChanged = P->runOnLoop(CurrentLoop, *this); in runOnFunction()
DIVUsers.cpp366 bool IVUsersWrapperPass::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop() function in IVUsersWrapperPass
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopPass.h39 virtual bool runOnLoop(Loop *L, LPPassManager &LPM) = 0;
DIVUsers.h180 bool runOnLoop(Loop *L, LPPassManager &LPM) override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DMVETailPredication.cpp76 bool runOnLoop(Loop *L, LPPassManager&) override;
123 bool MVETailPredication::runOnLoop(Loop *L, LPPassManager&) { in runOnLoop() function in MVETailPredication
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCLoopInstrFormPrep.cpp186 bool runOnLoop(Loop *L);
303 MadeChange |= runOnLoop(*L); in runOnFunction()
790 bool PPCLoopInstrFormPrep::runOnLoop(Loop *L) { in runOnLoop() function in PPCLoopInstrFormPrep
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonVectorLoopCarriedReuse.cpp286 bool runOnLoop(Loop *L, LPPassManager &LPM) override;
318 bool HexagonVectorLoopCarriedReuse::runOnLoop(Loop *L, LPPassManager &LPM) { in INITIALIZE_PASS_DEPENDENCY()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DModuloSchedule.cpp2097 void runOnLoop(MachineFunction &MF, MachineLoop &L);
2121 runOnLoop(MF, *L); in INITIALIZE_PASS_DEPENDENCY()
2146 void ModuloScheduleTest::runOnLoop(MachineFunction &MF, MachineLoop &L) { in runOnLoop() function in ModuloScheduleTest

12