Home
last modified time | relevance | path

Searched refs:forgetLoop (Results 1 – 16 of 16) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFuse.cpp1730 SE.forgetLoop(FC1.L); in performFusion()
1731 SE.forgetLoop(FC0.L); in performFusion()
2024 SE.forgetLoop(FC1.L); in fuseGuardedLoops()
2025 SE.forgetLoop(FC0.L); in fuseGuardedLoops()
H A DLoopPredication.cpp1093 SE->forgetLoop(L); in predicateLoopExits()
1180 SE->forgetLoop(L); in predicateLoopExits()
H A DLoopDeletion.cpp467 SE.forgetLoop(L); in deleteLoopIfDead()
H A DLoopBoundSplit.cpp461 SE.forgetLoop(&L); in splitLoopBound()
H A DLoopIdiomRecognize.cpp2052 SE->forgetLoop(CurLoop); in transformLoopToCountable()
2159 SE->forgetLoop(CurLoop); in transformLoopToPopcount()
2519 SE->forgetLoop(CurLoop); in recognizeShiftUntilBitTest()
2855 SE->forgetLoop(CurLoop); in recognizeShiftUntilZero()
H A DIndVarSimplify.cpp415 SE->forgetLoop(L); in rewriteNonIntegerIVs()
1955 SE->forgetLoop(L); in run()
H A DLoopFlatten.cpp813 SE->forgetLoop(FI.OuterLoop); in DoFlattenLoopPair()
H A DSimpleLoopUnswitch.cpp583 SE->forgetLoop(ExitL); in unswitchTrivialBranch()
809 SE->forgetLoop(OuterL); in unswitchTrivialSwitch()
2268 SE->forgetLoop(OuterExitL); in unswitchNontrivialInvariants()
H A DLoopRerollPass.cpp1668 SE->forgetLoop(L); in runOnLoop()
H A DLoopInterchange.cpp1282 SE->forgetLoop(NewOuter); in restructureLoops()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopSimplify.cpp270 SE->forgetLoop(L); in separateNestedLoop()
H A DLoopUnrollAndJam.cpp256 SE->forgetLoop(L); in UnrollAndJamLoop()
H A DLoopUtils.cpp502 SE->forgetLoop(L); in deleteDeadLoop()
730 SE.forgetLoop(L); in breakLoopBackedge()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h933 void forgetLoop(const Loop *L);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp8412 void ScalarEvolution::forgetLoop(const Loop *L) { in forgetLoop() function in ScalarEvolution
8455 forgetLoop(L->getOutermostLoop()); in forgetTopmostLoop()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3482 PSE.getSE()->forgetLoop(OrigLoop); in fixVectorizedLoop()