| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopSimplifyCFG.cpp | 83 Current = Current->getParentLoop()) in removeBlockFromLoops() 95 BBL = BBL->getParentLoop(); in getInnermostLoopFor() 97 BBL = BBL->getParentLoop(); in getInnermostLoopFor() 422 while (FixLCSSALoop->getParentLoop() != StillReachable) in handleDeadExits() 423 FixLCSSALoop = FixLCSSALoop->getParentLoop(); in handleDeadExits() 465 for (auto *PL = DL->getParentLoop(); PL; PL = PL->getParentLoop()) in deleteDeadLoopBlocks() 468 DL->getParentLoop()->removeChildLoop(DL); in deleteDeadLoopBlocks()
|
| H A D | LoopPassManager.cpp | 105 while (auto *ParentLoop = OuterMostLoop->getParentLoop()) in runWithLoopNestPasses() 141 U.setParentLoop((IsLoopNestPass[I] ? *OuterMostLoop : L).getParentLoop()); in runWithLoopNestPasses() 185 U.setParentLoop(L.getParentLoop()); in runWithoutLoopNestPasses() 285 assert(!(LoopNestMode && L->getParentLoop()) && in run() 294 Updater.ParentL = L->getParentLoop(); in run()
|
| H A D | SimpleLoopUnswitch.cpp | 419 Loop *OldParentL = L.getParentLoop(); in hoistLoopToNewParent() 458 OldContainingL = OldContainingL->getParentLoop()) { in hoistLoopToNewParent() 493 Current = Current->getParentLoop(); in getTopMostExitingLoop() 1455 assert((!ParentL || ParentL == OrigL.getParentLoop() || in buildClonedLoops() 1456 ParentL->contains(OrigL.getParentLoop())) && in buildClonedLoops() 1545 for (Loop *PL = ClonedL; PL; PL = PL->getParentLoop()) in buildClonedLoops() 1743 for (Loop *ParentL = &L; ParentL; ParentL = ParentL->getParentLoop()) { in deleteDeadBlocksFromLoop() 1940 if (!LoopBlockSet.empty() && L.getParentLoop() != ParentL) { in rebuildLoopAfterUnswitch() 1942 for (Loop *IL = L.getParentLoop(); IL != ParentL; in rebuildLoopAfterUnswitch() 1943 IL = IL->getParentLoop()) { in rebuildLoopAfterUnswitch() [all …]
|
| H A D | LoopUnrollPass.cpp | 1183 Loop *ParentL = L->getParentLoop(); in tryToUnrollLoop() 1517 Loop *ParentL = L.getParentLoop(); in run() 1642 Loop *ParentL = L.getParentLoop(); in run()
|
| H A D | LoopInterchange.cpp | 523 if (L->getParentLoop()) in run() 533 if (LoopList[I]->getParentLoop() != LoopList[I - 1]) in run() 1450 Loop *OuterLoopParent = OuterLoop->getParentLoop(); in restructureLoops()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopIdiomVectorize.cpp | 698 if (CurLoop->getParentLoop()) { in expandFindMismatch() 699 CurLoop->getParentLoop()->addBasicBlockToLoop(MinItCheckBlock, *LI); in expandFindMismatch() 700 CurLoop->getParentLoop()->addBasicBlockToLoop(MemCheckBlock, *LI); in expandFindMismatch() 701 CurLoop->getParentLoop()->addBasicBlockToLoop(VectorLoopPreheaderBlock, in expandFindMismatch() 703 CurLoop->getParentLoop()->addChildLoop(VectorLoop); in expandFindMismatch() 704 CurLoop->getParentLoop()->addBasicBlockToLoop(VectorLoopMismatchBlock, *LI); in expandFindMismatch() 705 CurLoop->getParentLoop()->addBasicBlockToLoop(LoopPreHeaderBlock, *LI); in expandFindMismatch() 706 CurLoop->getParentLoop()->addChildLoop(ScalarLoop); in expandFindMismatch() 983 CurLoop->getParentLoop()->addBasicBlockToLoop(CmpBB, *LI); in transformByteCompare() 985 if (VerifyLoops && CurLoop->getParentLoop()) { in transformByteCompare() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | GenericLoopInfo.h | 99 LoopT *getParentLoop() const { return ParentLoop; } in getParentLoop() function 130 return contains(L->getParentLoop()); in contains() 170 bool isOutermost() const { return getParentLoop() == nullptr; } in isOutermost() 674 for (LoopT *L = I->second; L; L = L->getParentLoop()) in removeBlock() 689 return isNotAlreadyContainedIn(SubLoop->getParentLoop(), ParentLoop); in isNotAlreadyContainedIn()
|
| H A D | GenericLoopInfoImpl.h | 303 L = L->getParentLoop(); in addBasicBlockToLoop() 547 Subloop->getParentLoop()->getSubLoopsVector().push_back(Subloop); in insertIntoLoop() 557 Subloop = Subloop->getParentLoop(); in insertIntoLoop() 559 for (; Subloop; Subloop = Subloop->getParentLoop()) in insertIntoLoop() 692 ParentL = ParentL->getParentLoop(); in compareLoops() 693 OtherParentL = OtherParentL->getParentLoop(); in compareLoops()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LoopInfo.cpp | 780 while (OuterParent->getParentLoop() != &Unloop) in removeBlocksFromAncestors() 781 OuterParent = OuterParent->getParentLoop(); in removeBlocksFromAncestors() 786 for (Loop *OldParent = Unloop.getParentLoop(); OldParent != OuterParent; in removeBlocksFromAncestors() 787 OldParent = OldParent->getParentLoop()) { in removeBlocksFromAncestors() 823 while (Subloop->getParentLoop() != &Unloop) { in getNearestLoop() 824 Subloop = Subloop->getParentLoop(); in getNearestLoop() 852 assert(L->getParentLoop() == &Unloop && "cannot skip into nested loops"); in getNearestLoop() 863 L = L->getParentLoop(); in getNearestLoop() 933 Loop *ParentLoop = Unloop->getParentLoop(); in erase()
|
| H A D | MustExecute.cpp | 345 L = L->getParentLoop(); in MustExecuteAnnotatedWriter() 358 L = L->getParentLoop(); in MustExecuteAnnotatedWriter()
|
| H A D | LoopPass.cpp | 86 if (*I == L.getParentLoop()) { in addLoop()
|
| H A D | LoopNestAnalysis.cpp | 319 (InnerLoop.getParentLoop() != &OuterLoop)) in checkLoopsStructure()
|
| H A D | Delinearization.cpp | 573 for (Loop *L = LI->getLoopFor(BB); L != nullptr; L = L->getParentLoop()) { in printDelinearization()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LoopUnrollAndJam.cpp | 608 Loop *OutestLoop = SubLoop->getParentLoop() in UnrollAndJamLoop() 609 ? SubLoop->getParentLoop()->getParentLoop() in UnrollAndJamLoop() 610 ? SubLoop->getParentLoop()->getParentLoop() in UnrollAndJamLoop() 611 : SubLoop->getParentLoop() in UnrollAndJamLoop()
|
| H A D | LoopUnroll.cpp | 160 Loop *NewLoopParent = NewLoops.lookup(OldLoop->getParentLoop()); in addClonedBlockToLoopInfo() 1028 Loop *OuterL = L->getParentLoop(); in UnrollLoop() 1070 while (FixLCSSALoop->getParentLoop() != LatchLoop) in UnrollLoop() 1071 FixLCSSALoop = FixLCSSALoop->getParentLoop(); in UnrollLoop()
|
| H A D | UnifyLoopExits.cpp | 190 if (auto ParentLoop = L->getParentLoop()) { in unifyLoopExits()
|
| H A D | LoopConstrainer.cpp | 696 Loop *ParentLoop = OriginalLoop.getParentLoop(); in addToParentLoopIfNeeded() 862 OriginalLoop.getParentLoop(), PreLoop.Map, in run() 868 createClonedLoopStructure(&OriginalLoop, OriginalLoop.getParentLoop(), in run()
|
| H A D | FixIrreducible.cpp | 182 ParentLoop = ParentLoop->getParentLoop(); in updateLoopInfo()
|
| H A D | LoopUtils.cpp | 698 if (Loop *ParentLoop = L->getParentLoop()) { in deleteDeadLoop() 893 Loop *OuterL = InnerLoop->getParentLoop(); in hasIterationCountInvariantInParent() 1652 const SCEV *ExitValue = SE->getSCEVAtScope(Inst, L->getParentLoop()); in rewriteLoopExitValues() 1893 if (HoistRuntimeChecks && TheLoop->getParentLoop() && in expandBounds() 1897 const Loop *OuterLoop = TheLoop->getParentLoop(); in expandBounds()
|
| H A D | LoopUnrollRuntime.cpp | 351 Loop *ParentLoop = L->getParentLoop(); in CloneLoopBlocks() 732 if (auto *ParentL = L->getParentLoop()) in UnrollRuntimeLoopRemainder()
|
| H A D | BreakCriticalEdges.cpp | 284 if (Loop *P = DestLoop->getParentLoop()) in SplitKnownCriticalEdge()
|
| H A D | LoopPeel.cpp | 849 Loop *ParentLoop = L->getParentLoop(); in cloneLoopBlocks() 1298 if (Loop *ParentLoop = L->getParentLoop()) in peelLoop()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | CFG.h | 154 for (const auto *Lp = LI.getLoopFor(Src); Lp; Lp = Lp->getParentLoop()) { in containsIrreducibleCFG()
|
| H A D | RegionInfoImpl.h | 145 while (L && contains(L->getParentLoop())) { in outermostLoopInRegion() 146 L = L->getParentLoop(); in outermostLoopInRegion()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
| H A D | LoopPassManager.h | 276 assert(NewL->getParentLoop() == CurrentL && "All of the new loops must " 297 assert(NewL->getParentLoop() == ParentL &&
|