Home
last modified time | relevance | path

Searched refs:runOnLoop (Results 1 – 25 of 40) 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 __anonf944ff890111::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 __anonece3fd470111::LoopRotateLegacyPass
DLoopInstSimplify.cpp187 bool runOnLoop(Loop *L, LPPassManager &LPM) override { in runOnLoop() function in __anona604e6020111::LoopInstSimplifyLegacyPass
DLoopIdiomRecognize.cpp136 bool runOnLoop(Loop *L);
212 bool runOnLoop(Loop *L, LPPassManager &LPM) override { in runOnLoop() function in __anond0606f0f0111::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
DLoopRerollPass.cpp172 bool runOnLoop(Loop *L, LPPassManager &LPM) override;
1641 bool LoopReroll::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop() function in LoopReroll
/third_party/node/deps/npm/node_modules/es6-promise/lib/es6-promise/
Dasap.js100 vertxNext = vertx.runOnLoop || vertx.runOnContext;
/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 __anonb6128efe0111::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/node/deps/npm/node_modules/es6-promise/dist/
Des6-promise.min.js1 …ion f(){try{var t=Function("return this")().require("vertx");return U=t.runOnLoop||t.runOnContext,…
Des6-promise.js140 vertxNext = vertx.runOnLoop || vertx.runOnContext;
Des6-promise.auto.js140 vertxNext = vertx.runOnLoop || vertx.runOnContext;
Des6-promise.auto.min.js1 …ion f(){try{var t=Function("return this")().require("vertx");return U=t.runOnLoop||t.runOnContext,…

12