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.cpp611 SE.forgetTopmostLoop(&L); in run()
730 SE.forgetTopmostLoop(&L); in simplifyLoopCFG()
H A DSimpleLoopUnswitch.cpp594 SE->forgetTopmostLoop(&L); in unswitchTrivialBranch()
821 SE->forgetTopmostLoop(&L); in unswitchTrivialSwitch()
2289 SE->forgetTopmostLoop(&L); in unswitchNontrivialInvariants()
H A DIndVarSimplify.cpp1939 SE->forgetTopmostLoop(L); in run()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp505 SE->forgetTopmostLoop(L); in rotateLoop()
H A DLoopSimplify.cpp734 SE->forgetTopmostLoop(L); in simplifyLoop()
H A DLoopUnrollRuntime.cpp962 SE->forgetTopmostLoop(L); in UnrollRuntimeLoopRemainder()
H A DLoopUnroll.cpp647 SE->forgetTopmostLoop(L); in UnrollLoop()
H A DLoopPeel.cpp1302 SE->forgetTopmostLoop(L); in peelLoop()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h974 LLVM_ABI void forgetTopmostLoop(const Loop *L);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp8514 void ScalarEvolution::forgetTopmostLoop(const Loop *L) { in forgetTopmostLoop() function in ScalarEvolution