Home
last modified time | relevance | path

Searched refs:forgetTopmostLoop (Results 1 – 11 of 11) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopSimplifyCFG.cpp583 SE.forgetTopmostLoop(&L); in run()
695 SE.forgetTopmostLoop(&L); in simplifyLoopCFG()
H A DLoopUnswitch.cpp1106 SEWP->getSE().forgetTopmostLoop(L); in unswitchTrivialCondition()
1340 SEWP->getSE().forgetTopmostLoop(L); in unswitchNontrivialCondition()
H A DSimpleLoopUnswitch.cpp505 SE->forgetTopmostLoop(&L); in unswitchTrivialBranch()
746 SE->forgetTopmostLoop(&L); in unswitchTrivialSwitch()
2123 SE->forgetTopmostLoop(&L); in unswitchNontrivialInvariants()
H A DIndVarSimplify.cpp1792 SE->forgetTopmostLoop(L); in run()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp353 SE->forgetTopmostLoop(L); in rotateLoop()
H A DLoopUnroll.cpp458 SE->forgetTopmostLoop(L); in UnrollLoop()
H A DLoopPeel.cpp849 SE->forgetTopmostLoop(L); in peelLoop()
H A DLoopSimplify.cpp711 SE->forgetTopmostLoop(L); in simplifyOneLoop()
H A DLoopUnrollRuntime.cpp961 SE->forgetTopmostLoop(L); in UnrollRuntimeLoopRemainder()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h870 void forgetTopmostLoop(const Loop *L);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp7497 void ScalarEvolution::forgetTopmostLoop(const Loop *L) { in forgetTopmostLoop() function in ScalarEvolution