Home
last modified time | relevance | path

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

123

/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/llvm/lib/Transforms/Scalar/
DLoopDeletion.cpp154 SE.forgetLoop(L); in runImpl()
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()
DLoopRotation.cpp250 SE->forgetLoop(L); in rotateLoop()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DLoopDeletion.cpp173 SE.forgetLoop(L); in deleteLoopIfDead()
DLoopFlatten.cpp568 SE->forgetLoop(FI.OuterLoop); in DoFlattenLoopPair()
569 SE->forgetLoop(FI.InnerLoop); in DoFlattenLoopPair()
DLoopFuse.cpp1469 SE.forgetLoop(FC1.L); in performFusion()
1470 SE.forgetLoop(FC0.L); in performFusion()
1760 SE.forgetLoop(FC1.L); in fuseGuardedLoops()
1761 SE.forgetLoop(FC0.L); in fuseGuardedLoops()
DLoopUnswitch.cpp150 void forgetLoop(const Loop *L);
237 void releaseMemory() override { BranchesInfo.forgetLoop(CurrentLoop); } in releaseMemory()
327 void LUAnalysisCache::forgetLoop(const Loop *L) { in forgetLoop() function in LUAnalysisCache
DLoopPredication.cpp1094 SE->forgetLoop(L); in predicateLoopExits()
1183 SE->forgetLoop(L); in predicateLoopExits()
DIndVarSimplify.cpp425 SE->forgetLoop(L); in rewriteNonIntegerIVs()
1803 SE->forgetLoop(L); in run()
1905 SE->forgetLoop(L); in run()
DLoopInterchange.cpp1223 SE->forgetLoop(NewOuter); in restructureLoops()
1224 SE->forgetLoop(NewInner); in restructureLoops()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopFuse.cpp1294 SE.forgetLoop(FC1.L); in performFusion()
1295 SE.forgetLoop(FC0.L); in performFusion()
1557 SE.forgetLoop(FC1.L); in fuseGuardedLoops()
1558 SE.forgetLoop(FC0.L); in fuseGuardedLoops()
DLoopUnswitch.cpp149 void forgetLoop(const Loop *L);
233 BranchesInfo.forgetLoop(currentLoop); in releaseMemory()
324 void LUAnalysisCache::forgetLoop(const Loop *L) { in forgetLoop() function in LUAnalysisCache
DLoopPredication.cpp1103 SE->forgetLoop(L); in predicateLoopExits()
1189 SE->forgetLoop(L); in predicateLoopExits()
DIndVarSimplify.cpp521 SE->forgetLoop(L); in rewriteNonIntegerIVs()
3040 SE->forgetLoop(L); in run()
3048 SE->forgetLoop(L); in run()
3141 SE->forgetLoop(L); in run()
/external/llvm-project/llvm/unittests/Transforms/Scalar/
DLoopPassManagerTest.cpp1454 AR.SE.forgetLoop(&L); in TEST_F()
1500 AR.SE.forgetLoop(*L.begin()); in TEST_F()
1504 AR.SE.forgetLoop(&L); in TEST_F()
1561 AR.SE.forgetLoop(&L); in TEST_F()
1572 AR.SE.forgetLoop(&L); in TEST_F()
1583 AR.SE.forgetLoop(&L); in TEST_F()
/external/llvm/test/Transforms/LoopSimplify/
Dnotify-scev.ll5 ; Ensure that LoopSimplify calls ScalarEvolution::forgetLoop before
/external/llvm-project/llvm/test/Transforms/LoopSimplify/
Dnotify-scev.ll5 ; Ensure that LoopSimplify calls ScalarEvolution::forgetLoop before
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopUnrollAndJam.cpp211 SE->forgetLoop(L); in UnrollAndJamLoop()
212 SE->forgetLoop(SubLoop); in UnrollAndJamLoop()
DLCSSA.cpp378 SE->forgetLoop(&L); in formLCSSA()
/external/llvm-project/llvm/lib/Transforms/Utils/
DLoopUnrollAndJam.cpp263 SE->forgetLoop(L); in UnrollAndJamLoop()
264 SE->forgetLoop(SubLoop); in UnrollAndJamLoop()
DLCSSA.cpp403 SE->forgetLoop(&L); in formLCSSA()

123