Home
last modified time | relevance | path

Searched refs:forgetLoop (Results 1 – 22 of 22) sorted by relevance

/external/llvm/lib/Transforms/Utils/
DLoopUnroll.cpp131 SE->forgetLoop(L); in foldBlockIntoPredecessor()
312 SE->forgetLoop(L); in UnrollLoop()
418 SE->forgetLoop(OldLoop); in UnrollLoop()
DLoopSimplify.cpp283 SE->forgetLoop(L); in separateNestedLoop()
518 SE->forgetLoop(L); in simplifyOneLoop()
672 SE->forgetLoop(L); in simplifyOneLoop()
DLCSSA.cpp254 SE->forgetLoop(&L); in formLCSSA()
DLoopUnrollRuntime.cpp485 SE->forgetLoop(ParentLoop); in UnrollRuntimeLoopRemainder()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DLoopUnroll.cpp100 SE->forgetLoop(L); in FoldBlockIntoPredecessor()
172 SE->forgetLoop(L); in UnrollLoop()
DLoopSimplify.cpp334 SE->forgetLoop(L); in ProcessLoop()
556 SE->forgetLoop(L); in SeparateNestedLoop()
/external/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp145 void forgetLoop(const Loop *L);
226 BranchesInfo.forgetLoop(currentLoop); in releaseMemory()
313 void LUAnalysisCache::forgetLoop(const Loop *L) { in forgetLoop() function in LUAnalysisCache
1035 SEWP->getSE().forgetLoop(L); in UnswitchNontrivialCondition()
DLoopDeletion.cpp154 SE.forgetLoop(L); in runImpl()
DLoopRotation.cpp250 SE->forgetLoop(L); in rotateLoop()
DIndVarSimplify.cpp462 SE->forgetLoop(L); in rewriteNonIntegerIVs()
2200 SE->forgetLoop(L); in run()
DLoopIdiomRecognize.cpp1285 SE->forgetLoop(CurLoop); in transformLoopToPopcount()
DLoopRerollPass.cpp1751 SE->forgetLoop(L); in runOnLoop()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DLoopDeletion.cpp182 SE.forgetLoop(L); in runOnLoop()
DLoopRotation.cpp196 SE->forgetLoop(L); in rotateLoop()
DIndVarSimplify.cpp476 SE->forgetLoop(L); in RewriteNonIntegerIVs()
1927 SE->forgetLoop(L); in runOnLoop()
DLoopUnswitch.cpp590 SE->forgetLoop(L); in UnswitchNontrivialCondition()
/external/llvm/test/Transforms/LoopSimplify/
Dnotify-scev.ll5 ; Ensure that LoopSimplify calls ScalarEvolution::forgetLoop before
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DScalarEvolution.h765 void forgetLoop(const Loop *L);
/external/llvm/include/llvm/Analysis/
DScalarEvolution.h1418 void forgetLoop(const Loop *L);
/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolution.cpp4092 void ScalarEvolution::forgetLoop(const Loop *L) { in forgetLoop() function in ScalarEvolution
4124 forgetLoop(*I); in forgetLoop()
/external/llvm/lib/Analysis/
DScalarEvolution.cpp5453 void ScalarEvolution::forgetLoop(const Loop *L) { in forgetLoop() function in ScalarEvolution
5492 forgetLoop(I); in forgetLoop()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp4302 PSE.getSE()->forgetLoop(OrigLoop); in updateAnalysis()