/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | LoopExtractor.cpp | 48 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/ |
D | AArch64FalkorHWPFFix.cpp | 77 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/ |
D | LoopDataPrefetch.cpp | 72 bool runOnLoop(Loop *L); 208 MadeChange |= runOnLoop(*L); in run() 213 bool LoopDataPrefetch::runOnLoop(Loop *L) { in runOnLoop() function in LoopDataPrefetch
|
D | LoopDeletion.cpp | 235 bool runOnLoop(Loop *L, LPPassManager &) override; 252 bool LoopDeletionLegacyPass::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop() function in LoopDeletionLegacyPass
|
D | PlaceSafepoints.cpp | 123 bool runOnLoop(Loop *); 128 runOnLoop(L); in runOnLoopAndSubLoops() 307 bool PlaceBackedgeSafepointsImpl::runOnLoop(Loop *L) { in runOnLoop() function in PlaceBackedgeSafepointsImpl
|
D | LoopPredication.cpp | 315 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
|
D | LoopVersioningLICM.cpp | 127 bool runOnLoop(Loop *L, LPPassManager &LPM) override; 568 bool LoopVersioningLICM::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop() function in LoopVersioningLICM
|
D | LoopRotation.cpp | 89 bool runOnLoop(Loop *L, LPPassManager &LPM) override { in runOnLoop() function in __anon230d7fc80111::LoopRotateLegacyPass
|
D | LoopInstSimplify.cpp | 187 bool runOnLoop(Loop *L, LPPassManager &LPM) override { in runOnLoop() function in __anon023dc1030111::LoopInstSimplifyLegacyPass
|
D | LoopIdiomRecognize.cpp | 136 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
|
D | LoopSink.cpp | 357 bool runOnLoop(Loop *L, LPPassManager &LPM) override { in runOnLoop() function
|
D | LICM.cpp | 172 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
|
D | LoopUnswitch.cpp | 212 bool runOnLoop(Loop *L, LPPassManager &LPM) override; 519 bool LoopUnswitch::runOnLoop(Loop *L, LPPassManager &LPM_Ref) { in runOnLoop() function in LoopUnswitch
|
D | LoopRerollPass.cpp | 172 bool runOnLoop(Loop *L, LPPassManager &LPM) override; 1641 bool LoopReroll::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop() function in LoopReroll
|
D | LoopSimplifyCFG.cpp | 723 bool runOnLoop(Loop *L, LPPassManager &LPM) override { in runOnLoop() function in __anon89d58f750711::LoopSimplifyCFGLegacyPass
|
D | GuardWidening.cpp | 833 bool runOnLoop(Loop *L, LPPassManager &LPM) override { in runOnLoop() function
|
D | InductiveRangeCheckElimination.cpp | 258 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/ |
D | LoopPass.cpp | 50 bool runOnLoop(Loop *L, LPPassManager &) override { in runOnLoop() function in __anonee73ebdf0111::PrintLoopPassWrapper 226 LocalChanged = P->runOnLoop(CurrentLoop, *this); in runOnFunction()
|
D | IVUsers.cpp | 366 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/ |
D | LoopPass.h | 39 virtual bool runOnLoop(Loop *L, LPPassManager &LPM) = 0;
|
D | IVUsers.h | 180 bool runOnLoop(Loop *L, LPPassManager &LPM) override;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | MVETailPredication.cpp | 76 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/ |
D | PPCLoopInstrFormPrep.cpp | 186 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/ |
D | HexagonVectorLoopCarriedReuse.cpp | 286 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/ |
D | ModuloSchedule.cpp | 2097 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
|