Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSimpleLoopUnswitch.cpp1232 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 …]
DLoopUnrollPass.cpp1312 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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
DLoopPassManager.h209 assert(NewL->getParentLoop() == ParentL &&
247 Loop *ParentL;
344 Updater.ParentL = L->getParentLoop();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopInfoImpl.h648 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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonLoopIdiomRecognition.cpp2173 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()