Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/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()
H A DAArch64LoopIdiomTransform.cpp130 bool runOnLoop(Loop *L, LPPassManager &LPM) override;
133 bool AArch64LoopIdiomTransformLegacyPass::runOnLoop(Loop *L, in runOnLoop() function in __anon815815250111::AArch64LoopIdiomTransformLegacyPass
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp72 bool runOnLoop(Loop *L);
227 MadeChange |= runOnLoop(L); in run()
274 bool LoopDataPrefetch::runOnLoop(Loop *L) { in runOnLoop() function in LoopDataPrefetch
H A DPlaceSafepoints.cpp121 bool runOnLoop(Loop *);
127 runOnLoop(L); in runOnLoopAndSubLoops()
197 bool PlaceBackedgeSafepointsLegacyPass::runOnLoop(Loop *L) { in runOnLoop() function in PlaceBackedgeSafepointsLegacyPass
H A DLoopRotation.cpp124 bool runOnLoop(Loop *L, LPPassManager &LPM) override { in runOnLoop() function in __anon4c518e330111::LoopRotateLegacyPass
H A DLoopPredication.cpp327 bool runOnLoop(Loop *L);
340 if (!LP.runOnLoop(&L)) in run()
1186 bool LoopPredication::runOnLoop(Loop *Loop) { in runOnLoop() function in LoopPredication
H A DLICM.cpp209 bool runOnLoop(Loop *L, AAResults *AA, LoopInfo *LI, DominatorTree *DT,
238 bool runOnLoop(Loop *L, LPPassManager &LPM) override { in runOnLoop() function
253 return LICM.runOnLoop( in runOnLoop()
298 if (!LICM.runOnLoop(&L, &AR.AA, &AR.LI, &AR.DT, &AR.AC, &AR.TLI, &AR.TTI, in run()
334 bool Changed = LICM.runOnLoop(&OutermostLoop, &AR.AA, &AR.LI, &AR.DT, &AR.AC, in run()
399 bool LoopInvariantCodeMotion::runOnLoop(Loop *L, AAResults *AA, LoopInfo *LI, in runOnLoop() function in LoopInvariantCodeMotion
H A DLoopRerollPass.cpp163 bool runOnLoop(Loop *L);
1623 bool LoopReroll::runOnLoop(Loop *L) { in runOnLoop() function in LoopReroll
1676 return LoopReroll(&AR.AA, &AR.LI, &AR.SE, &AR.TLI, &AR.DT, true).runOnLoop(&L) in run()
H A DLoopIdiomRecognize.cpp165 bool runOnLoop(Loop *L);
265 if (!LIR.runOnLoop(&L)) in run()
285 bool LoopIdiomRecognize::runOnLoop(Loop *L) { in runOnLoop() function in LoopIdiomRecognize
H A DLoopUnrollPass.cpp1387 bool runOnLoop(Loop *L, LPPassManager &LPM) override { in runOnLoop() function in __anon4cdec8160911::LoopUnroll
H A DLoopStrengthReduce.cpp6030 bool runOnLoop(Loop *L, LPPassManager &LPM) override;
7075 bool LoopStrengthReduce::runOnLoop(Loop *L, LPPassManager & /*LPM*/) { in runOnLoop() function in LoopStrengthReduce
/freebsd-14.2/contrib/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
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopPass.cpp49 bool runOnLoop(Loop *L, LPPassManager &) override { in runOnLoop() function in __anon40ca306a0111::PrintLoopPassWrapper
195 LocalChanged = P->runOnLoop(CurrentLoop, *this); in runOnFunction()
H A DIVUsers.cpp312 bool IVUsersWrapperPass::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop() function in IVUsersWrapperPass
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopPass.h39 virtual bool runOnLoop(Loop *L, LPPassManager &LPM) = 0;
H A DIVUsers.h175 bool runOnLoop(Loop *L, LPPassManager &LPM) override;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVETailPredication.cpp104 bool runOnLoop(Loop *L, LPPassManager&) override;
123 bool MVETailPredication::runOnLoop(Loop *L, LPPassManager&) { in runOnLoop() function in MVETailPredication
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorLoopCarriedReuse.cpp184 bool runOnLoop(Loop *L, LPPassManager &LPM) override;
236 bool HexagonVectorLoopCarriedReuseLegacyPass::runOnLoop(Loop *L, in runOnLoop() function in HexagonVectorLoopCarriedReuseLegacyPass
H A DHexagonLoopIdiomRecognition.cpp174 bool runOnLoop(Loop *L, LPPassManager &LPM) override;
2438 bool HexagonLoopIdiomRecognizeLegacyPass::runOnLoop(Loop *L, in runOnLoop() function in HexagonLoopIdiomRecognizeLegacyPass
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp258 bool runOnLoop(Loop *L);
418 MadeChange |= runOnLoop(L); in runOnFunction()
1279 bool PPCLoopInstrFormPrep::runOnLoop(Loop *L) { in runOnLoop() function in PPCLoopInstrFormPrep
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DModuloSchedule.cpp2122 void runOnLoop(MachineFunction &MF, MachineLoop &L);
2146 runOnLoop(MF, *L); in INITIALIZE_PASS_DEPENDENCY()
2171 void ModuloScheduleTest::runOnLoop(MachineFunction &MF, MachineLoop &L) { in runOnLoop() function in ModuloScheduleTest