Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopSimplifyCFG.cpp591 SE.forgetTopmostLoop(&L); in run()
710 SE.forgetTopmostLoop(&L); in simplifyLoopCFG()
H A DSimpleLoopUnswitch.cpp588 SE->forgetTopmostLoop(&L); in unswitchTrivialBranch()
816 SE->forgetTopmostLoop(&L); in unswitchTrivialSwitch()
2284 SE->forgetTopmostLoop(&L); in unswitchNontrivialInvariants()
H A DIndVarSimplify.cpp1960 SE->forgetTopmostLoop(L); in run()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopSimplify.cpp737 SE->forgetTopmostLoop(L); in simplifyLoop()
H A DLoopRotationUtils.cpp505 SE->forgetTopmostLoop(L); in rotateLoop()
H A DLoopUnrollRuntime.cpp958 SE->forgetTopmostLoop(L); in UnrollRuntimeLoopRemainder()
H A DLoopPeel.cpp1089 SE->forgetTopmostLoop(L); in peelLoop()
H A DLoopUnroll.cpp650 SE->forgetTopmostLoop(L); in UnrollLoop()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h947 void forgetTopmostLoop(const Loop *L);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp8475 void ScalarEvolution::forgetTopmostLoop(const Loop *L) { in forgetTopmostLoop() function in ScalarEvolution