Home
last modified time | relevance | path

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

/freebsd/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()
/freebsd/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.cpp122 bool runOnLoop(Loop *);
128 runOnLoop(L); in runOnLoopAndSubLoops()
198 bool PlaceBackedgeSafepointsLegacyPass::runOnLoop(Loop *L) { in runOnLoop() function in PlaceBackedgeSafepointsLegacyPass
H A DLoopPredication.cpp327 bool runOnLoop(Loop *L);
340 if (!LP.runOnLoop(&L)) in getAnalysisUsage()
1186 bool LoopPredication::runOnLoop(Loop *Loop) { in predicateLoopExits()
342 bool runOnLoop(Loop *L, LPPassManager &LPM) override { runOnLoop() function in __anon4970eb7f0111::LoopPredicationLegacyPass
1269 bool LoopPredication::runOnLoop(Loop *Loop) { runOnLoop() function in LoopPredication
H A DLICM.cpp218 bool runOnLoop(Loop *L, AAResults *AA, LoopInfo *LI, DominatorTree *DT,
247 bool runOnLoop(Loop *L, LPPassManager &LPM) override { in runOnLoop() function
262 return LICM.runOnLoop( in runOnLoop()
307 if (!LICM.runOnLoop(&L, &AR.AA, &AR.LI, &AR.DT, &AR.AC, &AR.TLI, &AR.TTI, in run()
343 bool Changed = LICM.runOnLoop(&OutermostLoop, &AR.AA, &AR.LI, &AR.DT, &AR.AC, in run()
408 bool LoopInvariantCodeMotion::runOnLoop(Loop *L, AAResults *AA, LoopInfo *LI, in runOnLoop() function in LoopInvariantCodeMotion
H A DLoopSink.cpp399 bool runOnLoop(Loop *L, LPPassManager &LPM) override { runOnLoop() function
H A DLoopIdiomRecognize.cpp163 bool runOnLoop(Loop *L);
270 if (!LIR.runOnLoop(&L)) in run()
290 bool LoopIdiomRecognize::runOnLoop(Loop *L) { in runOnLoop() function in LoopIdiomRecognize
H A DLoopUnrollPass.cpp1434 bool runOnLoop(Loop *L, LPPassManager &LPM) override { in runOnLoop() function in __anonb38c91600a11::LoopUnroll
H A DLoopStrengthReduce.cpp6332 bool runOnLoop(Loop *L, LPPassManager &LPM) override;
7402 bool LoopStrengthReduce::runOnLoop(Loop *L, LPPassManager & /*LPM*/) { in runOnLoop() function in LoopStrengthReduce
/freebsd/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/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopPass.cpp50 bool runOnLoop(Loop *L, LPPassManager &) override { in runOnLoop() function in __anonbd414ef40111::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
/freebsd/contrib/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;
/freebsd/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/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;
2432 bool HexagonLoopIdiomRecognizeLegacyPass::runOnLoop(Loop *L, in runOnLoop() function in HexagonLoopIdiomRecognizeLegacyPass
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp258 bool runOnLoop(Loop *L);
418 MadeChange |= runOnLoop(L); in runOnFunction()
1284 bool PPCLoopInstrFormPrep::runOnLoop(Loop *L) { in runOnLoop() function in PPCLoopInstrFormPrep
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DModuloSchedule.cpp2766 void runOnLoop(MachineFunction &MF, MachineLoop &L);
2790 runOnLoop(MF, *L); in INITIALIZE_PASS_DEPENDENCY()
2815 void ModuloScheduleTest::runOnLoop(MachineFunction &MF, MachineLoop &L) { in runOnLoop() function in ModuloScheduleTest