| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopSimplifyCFG.cpp | 92 Current = Current->getParentLoop()) in removeBlockFromLoops() 104 BBL = BBL->getParentLoop(); in getInnermostLoopFor() 106 BBL = BBL->getParentLoop(); in getInnermostLoopFor() 413 while (FixLCSSALoop->getParentLoop() != StillReachable) in handleDeadExits() 414 FixLCSSALoop = FixLCSSALoop->getParentLoop(); in handleDeadExits() 455 for (auto *PL = DL->getParentLoop(); PL; PL = PL->getParentLoop()) in deleteDeadLoopBlocks() 458 DL->getParentLoop()->removeChildLoop(DL); in deleteDeadLoopBlocks()
|
| H A D | LoopPassManager.cpp | 114 U.setParentLoop(L.getParentLoop()); in runWithLoopNestPasses() 163 U.setParentLoop(L.getParentLoop()); in runWithoutLoopNestPasses() 259 assert(!(LoopNestMode && L->getParentLoop()) && in run() 268 Updater.ParentL = L->getParentLoop(); in run()
|
| H A D | SimpleLoopUnswitch.cpp | 332 Loop *OldParentL = L.getParentLoop(); in hoistLoopToNewParent() 405 Current = Current->getParentLoop(); in getTopMostExitingLoop() 1339 ParentL->contains(OrigL.getParentLoop())) && in buildClonedLoops() 1822 for (Loop *IL = L.getParentLoop(); IL != ParentL; in rebuildLoopAfterUnswitch() 1823 IL = IL->getParentLoop()) { in rebuildLoopAfterUnswitch() 1833 L.getParentLoop()->removeChildLoop(&L); in rebuildLoopAfterUnswitch() 1982 if (Loop *ParentL = L.getParentLoop()) in rebuildLoopAfterUnswitch() 2095 Loop *ParentL = L.getParentLoop(); in unswitchNontrivialInvariants() 2444 OuterL = OuterL->getParentLoop()) in unswitchNontrivialInvariants() 2458 if (UpdatedL->getParentLoop() == ParentL) in unswitchNontrivialInvariants() [all …]
|
| H A D | LoopInterchange.cpp | 440 if (L->getParentLoop()) in run() 449 if (LoopList[I]->getParentLoop() != LoopList[I - 1]) in run() 1294 Loop *OuterLoopParent = OuterLoop->getParentLoop(); in restructureLoops()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | LoopInfoImpl.h | 263 L = L->getParentLoop(); in addBasicBlockToLoop() 458 while (LoopT *Parent = Subloop->getParentLoop()) in discoverAndMapSubloop() 517 Subloop->getParentLoop()->getSubLoopsVector().push_back(Subloop); in insertIntoLoop() 527 Subloop = Subloop->getParentLoop(); in insertIntoLoop() 529 for (; Subloop; Subloop = Subloop->getParentLoop()) in insertIntoLoop() 662 ParentL = ParentL->getParentLoop(); in compareLoops() 663 OtherParentL = OtherParentL->getParentLoop(); in compareLoops()
|
| H A D | LoopInfo.h | 113 LoopT *getParentLoop() const { return ParentLoop; } in getParentLoop() function 128 return contains(L->getParentLoop()); in contains() 168 bool isOutermost() const { return getParentLoop() == nullptr; } in isOutermost() 1035 for (LoopT *L = I->second; L; L = L->getParentLoop()) in removeBlock() 1050 return isNotAlreadyContainedIn(SubLoop->getParentLoop(), ParentLoop); in isNotAlreadyContainedIn()
|
| H A D | CFG.h | 141 for (const auto *Lp = LI.getLoopFor(Src); Lp; Lp = Lp->getParentLoop()) { in containsIrreducibleCFG()
|
| H A D | RegionInfoImpl.h | 147 while (L && contains(L->getParentLoop())) { in outermostLoopInRegion() 148 L = L->getParentLoop(); in outermostLoopInRegion()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LoopInfo.cpp | 770 while (OuterParent->getParentLoop() != &Unloop) in removeBlocksFromAncestors() 771 OuterParent = OuterParent->getParentLoop(); in removeBlocksFromAncestors() 776 for (Loop *OldParent = Unloop.getParentLoop(); OldParent != OuterParent; in removeBlocksFromAncestors() 777 OldParent = OldParent->getParentLoop()) { in removeBlocksFromAncestors() 813 while (Subloop->getParentLoop() != &Unloop) { in getNearestLoop() 814 Subloop = Subloop->getParentLoop(); in getNearestLoop() 843 assert(L->getParentLoop() == &Unloop && "cannot skip into nested loops"); in getNearestLoop() 854 L = L->getParentLoop(); in getNearestLoop() 924 Loop *ParentLoop = Unloop->getParentLoop(); in erase()
|
| H A D | DivergenceAnalysis.cpp | 120 Loop = Loop->getParentLoop()) { in isTemporalDivergent() 258 DivLoop = DivLoop->getParentLoop(); in propagateLoopExitDivergence()
|
| H A D | Delinearization.cpp | 71 for (Loop *L = LI->getLoopFor(BB); L != nullptr; L = L->getParentLoop()) { in printDelinearization()
|
| H A D | CFG.cpp | 131 while (const Loop *Parent = L->getParentLoop()) in getOutermostLoop()
|
| H A D | LoopPass.cpp | 88 if (*I == L.getParentLoop()) { in addLoop()
|
| H A D | MustExecute.cpp | 425 L = L->getParentLoop(); in MustExecuteAnnotatedWriter() 438 L = L->getParentLoop(); in MustExecuteAnnotatedWriter()
|
| H A D | LoopNestAnalysis.cpp | 239 (InnerLoop.getParentLoop() != &OuterLoop)) in checkLoopsStructure()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LoopUnrollAndJam.cpp | 613 Loop *OutestLoop = SubLoop->getParentLoop() in UnrollAndJamLoop() 614 ? SubLoop->getParentLoop()->getParentLoop() in UnrollAndJamLoop() 615 ? SubLoop->getParentLoop()->getParentLoop() in UnrollAndJamLoop() 616 : SubLoop->getParentLoop() in UnrollAndJamLoop()
|
| H A D | LoopUnroll.cpp | 150 Loop *NewLoopParent = NewLoops.lookup(OldLoop->getParentLoop()); in addClonedBlockToLoopInfo() 772 Loop *OuterL = L->getParentLoop(); in UnrollLoop() 802 while (FixLCSSALoop->getParentLoop() != LatchLoop) in UnrollLoop() 803 FixLCSSALoop = FixLCSSALoop->getParentLoop(); in UnrollLoop()
|
| H A D | UnifyLoopExits.cpp | 196 if (auto ParentLoop = L->getParentLoop()) { in unifyLoopExits()
|
| H A D | LoopPeel.cpp | 518 Loop *ParentLoop = L->getParentLoop(); in cloneLoopBlocks() 845 if (Loop *ParentLoop = L->getParentLoop()) in peelLoop()
|
| H A D | LoopUtils.cpp | 685 if (Loop *ParentLoop = L->getParentLoop()) { in deleteDeadLoop() 699 while (Loop *Parent = L->getParentLoop()) in getOutermostLoop() 835 Loop *OuterL = InnerLoop->getParentLoop(); in hasIterationCountInvariantInParent() 1297 const SCEV *ExitValue = SE->getSCEVAtScope(Inst, L->getParentLoop()); in rewriteLoopExitValues()
|
| H A D | LoopUnrollRuntime.cpp | 315 Loop *ParentLoop = L->getParentLoop(); in CloneLoopBlocks() 456 if (UseEpilogRemainder && L->getParentLoop()) in canSafelyUnrollMultiExitLoop()
|
| H A D | BreakCriticalEdges.cpp | 284 if (Loop *P = DestLoop->getParentLoop()) in SplitKnownCriticalEdge()
|
| H A D | CloneFunction.cpp | 807 Loop *ParentLoop = OrigLoop->getParentLoop(); in cloneLoopWithPreheader() 837 Loop *OrigParent = CurLoop->getParentLoop(); in cloneLoopWithPreheader()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
| H A D | LoopPassManager.h | 293 assert(NewL->getParentLoop() == CurrentL && "All of the new loops must " 314 assert(NewL->getParentLoop() == ParentL &&
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineLICM.cpp | 321 for (MachineLoop *L = CurLoop->getParentLoop(); L; L = L->getParentLoop()) in INITIALIZE_PASS_DEPENDENCY()
|