Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.cpp452 SE->forgetTopmostLoop(&L); in unswitchTrivialBranch()
693 SE->forgetTopmostLoop(&L); in unswitchTrivialSwitch()
2056 SE->forgetTopmostLoop(&L); in unswitchNontrivialInvariants()
H A DIndVarSimplify.cpp1792 SE->forgetTopmostLoop(L); in run()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp353 SE->forgetTopmostLoop(L); in rotateLoop()
H A DLoopPeel.cpp849 SE->forgetTopmostLoop(L); in peelLoop()
H A DLoopSimplify.cpp711 SE->forgetTopmostLoop(L); in simplifyOneLoop()
H A DLoopUnroll.cpp526 SE->forgetTopmostLoop(L); in UnrollLoop()
H A DLoopUnrollRuntime.cpp961 SE->forgetTopmostLoop(L); in UnrollRuntimeLoopRemainder()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DScalarEvolution.h829 void forgetTopmostLoop(const Loop *L);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp7266 void ScalarEvolution::forgetTopmostLoop(const Loop *L) { in forgetTopmostLoop() function in ScalarEvolution