Home
last modified time | relevance | path

Searched refs:ParentL (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSimpleLoopUnswitch.cpp1116 Loop *ParentL = nullptr; in buildClonedLoops() local
1125 if (!ParentL || (ParentL != ExitL && ParentL->contains(ExitL))) in buildClonedLoops()
1126 ParentL = ExitL; in buildClonedLoops()
1128 assert((!ParentL || ParentL == OrigL.getParentLoop() || in buildClonedLoops()
1129 ParentL->contains(OrigL.getParentLoop())) && in buildClonedLoops()
1190 if (ParentL) { in buildClonedLoops()
1191 ParentL->addBasicBlockToLoop(ClonedPH, LI); in buildClonedLoops()
1192 ParentL->addChildLoop(ClonedL); in buildClonedLoops()
1396 for (Loop *ParentL = &L; ParentL; ParentL = ParentL->getParentLoop()) { in deleteDeadBlocksFromLoop() local
1398 ParentL->getBlocksSet().erase(BB); in deleteDeadBlocksFromLoop()
[all …]
DLoopUnrollPass.cpp1199 Loop *ParentL = L.getParentLoop(); in run() local
1201 if (ParentL) in run()
1202 OldLoops.insert(ParentL->begin(), ParentL->end()); in run()
1219 if (ParentL) in run()
1220 ParentL->verifyLoop(); in run()
1241 if (ParentL) in run()
1242 SibLoops.append(ParentL->begin(), ParentL->end()); in run()
1333 Loop *ParentL = L.getParentLoop(); in run() local
1357 if (Result != LoopUnrollResult::Unmodified && ParentL) in run()
1358 ParentL->verifyLoop(); in run()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Scalar/
DLoopPassManager.h210 assert(NewL->getParentLoop() == ParentL &&
248 Loop *ParentL;
333 Updater.ParentL = L->getParentLoop();
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DLoopInfoImpl.h668 const LoopT *ParentL = L, *OtherParentL = OtherL; in compareLoops() local
670 assert(ParentL->getHeader() == OtherParentL->getHeader() && in compareLoops()
672 ParentL = ParentL->getParentLoop(); in compareLoops()
674 } while (ParentL); in compareLoops()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Scalar/
DLoopPassManagerTest.cpp1440 Loop *ParentL = L.getParentLoop(); in TEST_F() local
1443 ParentL->verifyLoop(); in TEST_F()
1490 auto *ParentL = L.getParentLoop(); in TEST_F() local
1496 ParentL->addChildLoop(NewSibling); in TEST_F()
1512 ParentL->addBasicBlockToLoop(NewLoop03PHBB, AR.LI); in TEST_F()
1515 ParentL->verifyLoop(); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonLoopIdiomRecognition.cpp2169 Loop *ParentL = LF->getLoopFor(Preheader); in processCopyingStore() local
2176 if (ParentL) in processCopyingStore()
2177 ParentL->addBasicBlockToLoop(NewPreheader, *LF); in processCopyingStore()
2219 if (ParentL) in processCopyingStore()
2220 ParentL->addBasicBlockToLoop(MemmoveB, *LF); in processCopyingStore()