/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | SimpleLoopUnswitch.cpp | 1232 Loop *ParentL = nullptr; in buildClonedLoops() local 1241 if (!ParentL || (ParentL != ExitL && ParentL->contains(ExitL))) in buildClonedLoops() 1242 ParentL = ExitL; in buildClonedLoops() 1244 assert((!ParentL || ParentL == OrigL.getParentLoop() || in buildClonedLoops() 1245 ParentL->contains(OrigL.getParentLoop())) && in buildClonedLoops() 1306 if (ParentL) { in buildClonedLoops() 1307 ParentL->addBasicBlockToLoop(ClonedPH, LI); in buildClonedLoops() 1308 ParentL->addChildLoop(ClonedL); in buildClonedLoops() 1530 for (Loop *ParentL = &L; ParentL; ParentL = ParentL->getParentLoop()) { in deleteDeadBlocksFromLoop() local 1532 ParentL->getBlocksSet().erase(BB); in deleteDeadBlocksFromLoop() [all …]
|
D | LoopUnrollPass.cpp | 1312 Loop *ParentL = L.getParentLoop(); in run() local 1314 if (ParentL) in run() 1315 OldLoops.insert(ParentL->begin(), ParentL->end()); in run() 1336 if (ParentL) in run() 1337 ParentL->verifyLoop(); in run() 1358 if (ParentL) in run() 1359 SibLoops.append(ParentL->begin(), ParentL->end()); in run() 1453 Loop *ParentL = L.getParentLoop(); in run() local 1476 if (Result != LoopUnrollResult::Unmodified && ParentL) in run() 1477 ParentL->verifyLoop(); in run()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | SimpleLoopUnswitch.cpp | 1269 Loop *ParentL = nullptr; in buildClonedLoops() local 1278 if (!ParentL || (ParentL != ExitL && ParentL->contains(ExitL))) in buildClonedLoops() 1279 ParentL = ExitL; in buildClonedLoops() 1281 assert((!ParentL || ParentL == OrigL.getParentLoop() || in buildClonedLoops() 1282 ParentL->contains(OrigL.getParentLoop())) && in buildClonedLoops() 1343 if (ParentL) { in buildClonedLoops() 1344 ParentL->addBasicBlockToLoop(ClonedPH, LI); in buildClonedLoops() 1345 ParentL->addChildLoop(ClonedL); in buildClonedLoops() 1567 for (Loop *ParentL = &L; ParentL; ParentL = ParentL->getParentLoop()) { in deleteDeadBlocksFromLoop() local 1569 ParentL->getBlocksSet().erase(BB); in deleteDeadBlocksFromLoop() [all …]
|
D | LoopUnrollPass.cpp | 1315 Loop *ParentL = L.getParentLoop(); in run() local 1317 if (ParentL) in run() 1318 OldLoops.insert(ParentL->begin(), ParentL->end()); in run() 1339 if (ParentL) in run() 1340 ParentL->verifyLoop(); in run() 1361 if (ParentL) in run() 1362 SibLoops.append(ParentL->begin(), ParentL->end()); in run() 1434 Loop *ParentL = L.getParentLoop(); in run() local 1457 if (Result != LoopUnrollResult::Unmodified && ParentL) in run() 1458 ParentL->verifyLoop(); in run()
|
D | LoopPassManager.cpp | 175 Updater.ParentL = L->getParentLoop(); in run()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/ |
D | LoopPassManager.h | 209 assert(NewL->getParentLoop() == ParentL && 247 Loop *ParentL; 344 Updater.ParentL = L->getParentLoop();
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | MatrixUtils.cpp | 78 if (Loop *ParentL = LI.getLoopFor(Start)) in CreateTiledLoops() local 79 ParentL->addChildLoop(ColLoop); in CreateTiledLoops()
|
/external/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
D | LoopPassManager.h | 180 assert(NewL->getParentLoop() == ParentL && 218 Loop *ParentL;
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | LoopInfoImpl.h | 654 const LoopT *ParentL = L, *OtherParentL = OtherL; in compareLoops() local 656 assert(ParentL->getHeader() == OtherParentL->getHeader() && in compareLoops() 658 ParentL = ParentL->getParentLoop(); in compareLoops() 660 } while (ParentL); in compareLoops()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | LoopInfoImpl.h | 648 const LoopT *ParentL = L, *OtherParentL = OtherL; in compareLoops() local 650 assert(ParentL->getHeader() == OtherParentL->getHeader() && in compareLoops() 652 ParentL = ParentL->getParentLoop(); in compareLoops() 654 } while (ParentL); in compareLoops()
|
/external/llvm-project/llvm/unittests/Transforms/Scalar/ |
D | LoopPassManagerTest.cpp | 1453 Loop *ParentL = L.getParentLoop(); in TEST_F() local 1456 ParentL->verifyLoop(); in TEST_F() 1503 auto *ParentL = L.getParentLoop(); in TEST_F() local 1509 ParentL->addChildLoop(NewSibling); in TEST_F() 1526 ParentL->addBasicBlockToLoop(NewLoop03PHBB, AR.LI); in TEST_F() 1529 ParentL->verifyLoop(); in TEST_F()
|
/external/llvm-project/llvm/lib/Target/Hexagon/ |
D | HexagonLoopIdiomRecognition.cpp | 2192 Loop *ParentL = LF->getLoopFor(Preheader); in processCopyingStore() local 2199 if (ParentL) in processCopyingStore() 2200 ParentL->addBasicBlockToLoop(NewPreheader, *LF); in processCopyingStore() 2242 if (ParentL) in processCopyingStore() 2243 ParentL->addBasicBlockToLoop(MemmoveB, *LF); in processCopyingStore()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonLoopIdiomRecognition.cpp | 2173 Loop *ParentL = LF->getLoopFor(Preheader); in processCopyingStore() local 2180 if (ParentL) in processCopyingStore() 2181 ParentL->addBasicBlockToLoop(NewPreheader, *LF); in processCopyingStore() 2223 if (ParentL) in processCopyingStore() 2224 ParentL->addBasicBlockToLoop(MemmoveB, *LF); in processCopyingStore()
|