Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopSimplifyCFG.cpp591 SE.forgetTopmostLoop(&L); in run()
703 SE.forgetTopmostLoop(&L); in simplifyLoopCFG()
H A DSimpleLoopUnswitch.cpp528 SE->forgetTopmostLoop(&L); in unswitchTrivialBranch()
771 SE->forgetTopmostLoop(&L); in unswitchTrivialSwitch()
2150 SE->forgetTopmostLoop(&L); in unswitchNontrivialInvariants()
H A DIndVarSimplify.cpp1960 SE->forgetTopmostLoop(L); in run()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp349 SE->forgetTopmostLoop(L); in rotateLoop()
H A DLoopPeel.cpp908 SE->forgetTopmostLoop(L); in peelLoop()
H A DLoopSimplify.cpp705 SE->forgetTopmostLoop(L); in simplifyOneLoop()
H A DLoopUnroll.cpp468 SE->forgetTopmostLoop(L); in UnrollLoop()
H A DLoopUnrollRuntime.cpp937 SE->forgetTopmostLoop(L); in UnrollRuntimeLoopRemainder()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DScalarEvolution.h926 void forgetTopmostLoop(const Loop *L);
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolution.cpp8325 void ScalarEvolution::forgetTopmostLoop(const Loop *L) { in forgetTopmostLoop() function in ScalarEvolution