Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FalkorHWPFFix.cpp74 bool runOnLoop(Loop &L);
139 MadeChange |= runOnLoop(*LIt); in run()
144 bool FalkorMarkStridedAccesses::runOnLoop(Loop &L) { in runOnLoop() function in FalkorMarkStridedAccesses
201 void runOnLoop(MachineLoop &L, MachineFunction &Fn);
675 void FalkorHWPFFix::runOnLoop(MachineLoop &L, MachineFunction &Fn) { in runOnLoop() function in FalkorHWPFFix
832 runOnLoop(*L, Fn); in runOnMachineFunction()
/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp71 bool runOnLoop(Loop *L);
226 MadeChange |= runOnLoop(L); in run()
273 bool LoopDataPrefetch::runOnLoop(Loop *L) {
274 bool LoopDataPrefetch::runOnLoop(Loop *L) { runOnLoop() function in LoopDataPrefetch
H A DPlaceSafepoints.cpp122 bool runOnLoop(Loop *);
128 runOnLoop(L); in runOnLoopAndSubLoops()
198 bool PlaceBackedgeSafepointsLegacyPass::runOnLoop(Loop *L) { in runOnLoop() function in PlaceBackedgeSafepointsLegacyPass
H A DLoopPredication.cpp326 bool runOnLoop(Loop *L); in LoopPredication()
339 if (!LP.runOnLoop(&L)) in run()
1185 bool LoopPredication::runOnLoop(Loop *Loop) {
1186 bool LoopPredication::runOnLoop(Loop *Loop) { runOnLoop() function in LoopPredication
H A DLICM.cpp220 bool runOnLoop(Loop *L, AAResults *AA, LoopInfo *LI, DominatorTree *DT,
249 bool runOnLoop(Loop *L, LPPassManager &LPM) override { in runOnLoop()
264 return LICM.runOnLoop( in runOnLoop()
309 if (!LICM.runOnLoop(&L, &AR.AA, &AR.LI, &AR.DT, &AR.AC, &AR.TLI, &AR.TTI, in run()
345 bool Changed = LICM.runOnLoop(&OutermostLoop, &AR.AA, &AR.LI, &AR.DT, &AR.AC, in run()
410 bool LoopInvariantCodeMotion::runOnLoop(Loop *L, AAResults *AA, LoopInfo *LI, in runOnLoop()
1297 // TODO: Cache set of Uses on the first walk in runOnLoop, update when in canSinkOrHoistInst()
247 bool runOnLoop(Loop *L, LPPassManager &LPM) override { runOnLoop() function
408 bool LoopInvariantCodeMotion::runOnLoop(Loop *L, AAResults *AA, LoopInfo *LI, runOnLoop() function in LoopInvariantCodeMotion
H A DLoopIdiomRecognize.cpp162 bool runOnLoop(Loop *L);
269 if (!LIR.runOnLoop(&L)) in run()
289 bool LoopIdiomRecognize::runOnLoop(Loop *L) { in runOnLoop()
283 bool LoopIdiomRecognize::runOnLoop(Loop *L) { runOnLoop() function in LoopIdiomRecognize
H A DLoopUnrollPass.cpp1438 bool runOnLoop(Loop *L, LPPassManager &LPM) override { in runOnLoop()
1434 bool runOnLoop(Loop *L, LPPassManager &LPM) override { runOnLoop() function in __anonc63915930a11::LoopUnroll
H A DLoopStrengthReduce.cpp6329 bool runOnLoop(Loop *L, LPPassManager &LPM) override;
7146 bool LoopStrengthReduce::runOnLoop(Loop *L, LPPassManager & /*LPM*/) { in canFoldTermCondOfLoop()
7398 bool LoopStrengthReduce::runOnLoop(Loop *L, LPPassManager & /*LPM*/) { runOnLoop() function in LoopStrengthReduce
/llvm-project/llvm/lib/Transforms/Utils/
H A DCanonicalizeFreezeInLoops.cpp61 bool runOnLoop(Loop *L, LPPassManager &LPM) override;
246 bool CanonicalizeFreezeInLoops::runOnLoop(Loop *L, LPPassManager &) { in runOnLoop() function in CanonicalizeFreezeInLoops
/llvm-project/llvm/lib/Analysis/
H A DLoopPass.cpp50 bool runOnLoop(Loop *L, LPPassManager &) override { in runOnLoop() function in __anonc25993870111::PrintLoopPassWrapper
196 LocalChanged = P->runOnLoop(CurrentLoop, *this); in runOnFunction()
H A DIVUsers.cpp312 bool IVUsersWrapperPass::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop() function in IVUsersWrapperPass
/llvm-project/llvm/include/llvm/Analysis/
H A DLoopPass.h39 virtual bool runOnLoop(Loop *L, LPPassManager &LPM) = 0;
H A DIVUsers.h176 bool runOnLoop(Loop *L, LPPassManager &LPM) override;
/llvm-project/llvm/lib/Target/ARM/
H A DMVETailPredication.cpp102 bool runOnLoop(Loop *L, LPPassManager&) override; in getAnalysisUsage()
121 bool MVETailPredication::runOnLoop(Loop *L, LPPassManager&) {
123 bool MVETailPredication::runOnLoop(Loop *L, LPPassManager&) { runOnLoop() function in MVETailPredication
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorLoopCarriedReuse.cpp181 bool runOnLoop(Loop *L, LPPassManager &LPM) override; in getAnalysisUsage()
233 bool HexagonVectorLoopCarriedReuseLegacyPass::runOnLoop(Loop *L, in INITIALIZE_PASS_DEPENDENCY()
236 bool HexagonVectorLoopCarriedReuseLegacyPass::runOnLoop(Loop *L, runOnLoop() function in HexagonVectorLoopCarriedReuseLegacyPass
H A DHexagonLoopIdiomRecognition.cpp174 bool runOnLoop(Loop *L, LPPassManager &LPM) override;
2434 bool HexagonLoopIdiomRecognizeLegacyPass::runOnLoop(Loop *L, in runOnLoop()
2432 bool HexagonLoopIdiomRecognizeLegacyPass::runOnLoop(Loop *L, runOnLoop() function in HexagonLoopIdiomRecognizeLegacyPass
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp256 bool runOnLoop(Loop *L);
416 MadeChange |= runOnLoop(L); in runOnFunction()
1282 bool PPCLoopInstrFormPrep::runOnLoop(Loop *L) { in alreadyPrepared()
1284 bool PPCLoopInstrFormPrep::runOnLoop(Loop *L) { runOnLoop() function in PPCLoopInstrFormPrep
/llvm-project/llvm/docs/
H A DWritingAnLLVMPass.rst289 .. _writing-an-llvm-pass-runOnLoop:
291 The ``runOnLoop`` method
296 virtual bool runOnLoop(Loop *, LPPassManager &LPM) = 0;
298 The ``runOnLoop`` method must be implemented by your subclass to do the
311 when the pass framework has finished calling :ref:`runOnLoop
312 <writing-an-llvm-pass-runOnLoop>` for every loop in the program being compiled.
/llvm-project/llvm/unittests/IR/
H A DLegacyPassManagerTest.cpp213 bool runOnLoop(Loop *L, LPPassManager &LPM) override { in runOnLoop() function
/llvm-project/llvm/lib/CodeGen/
H A DModuloSchedule.cpp2765 void runOnLoop(MachineFunction &MF, MachineLoop &L); in getAnalysisUsage()
2789 runOnLoop(MF, *L); in INITIALIZE_PASS_DEPENDENCY()
2814 void ModuloScheduleTest::runOnLoop(MachineFunction &MF, MachineLoop &L) { in runOnLoop()
2812 void ModuloScheduleTest::runOnLoop(MachineFunction &MF, MachineLoop &L) { runOnLoop() function in ModuloScheduleTest