| /NextBSD/contrib/llvm/lib/Analysis/ |
| HD | LoopInfo.cpp | 506 while (OuterParent->getParentLoop() != Unloop) in removeBlocksFromAncestors() 507 OuterParent = OuterParent->getParentLoop(); in removeBlocksFromAncestors() 512 for (Loop *OldParent = Unloop->getParentLoop(); OldParent != OuterParent; in removeBlocksFromAncestors() 513 OldParent = OldParent->getParentLoop()) { in removeBlocksFromAncestors() 550 while (Subloop->getParentLoop() != Unloop) { in getNearestLoop() 551 Subloop = Subloop->getParentLoop(); in getNearestLoop() 581 assert(L->getParentLoop() == Unloop && "cannot skip into nested loops"); in getNearestLoop() 592 L = L->getParentLoop(); in getNearestLoop() 615 if (!Unloop->getParentLoop()) { in updateUnloop() 658 Loop *ParentLoop = Unloop->getParentLoop(); in updateUnloop()
|
| HD | LoopPass.cpp | 121 else if (!L->getParentLoop()) in insertLoopIntoQueue() 128 if (*I == L->getParentLoop()) { in insertLoopIntoQueue()
|
| HD | Delinearization.cpp | 96 for (Loop *L = LI->getLoopFor(BB); L != nullptr; L = L->getParentLoop()) { in print()
|
| HD | CFG.cpp | 115 while (const Loop *Parent = L->getParentLoop()) in getOutermostLoop()
|
| HD | DependenceAnalysis.cpp | 722 SrcLoop = SrcLoop->getParentLoop(); in establishNestingLevels() 726 DstLoop = DstLoop->getParentLoop(); in establishNestingLevels() 730 SrcLoop = SrcLoop->getParentLoop(); in establishNestingLevels() 731 DstLoop = DstLoop->getParentLoop(); in establishNestingLevels() 763 isLoopInvariant(Expression, LoopNest->getParentLoop()); in isLoopInvariant() 777 LoopNest = LoopNest->getParentLoop(); in collectCommonLoops()
|
| /NextBSD/contrib/llvm/include/llvm/Analysis/ |
| HD | LoopInfoImpl.h | 201 L = L->getParentLoop(); in addBasicBlockToLoop() 377 while (LoopT *Parent = Subloop->getParentLoop()) in discoverAndMapSubloop() 438 if (Subloop->getParentLoop()) in insertIntoLoop() 439 Subloop->getParentLoop()->getSubLoopsVector().push_back(Subloop); in insertIntoLoop() 449 Subloop = Subloop->getParentLoop(); in insertIntoLoop() 451 for (; Subloop; Subloop = Subloop->getParentLoop()) in insertIntoLoop() 523 assert(!(*I)->getParentLoop() && "Top-level loop has a parent!"); in verify()
|
| HD | LoopInfo.h | 97 LoopT *getParentLoop() const { return ParentLoop; } in getParentLoop() function 108 return contains(L->getParentLoop()); in contains() 568 assert(!L->getParentLoop() && "Not a top-level loop!"); in removeLoop() 598 assert(!New->getParentLoop() && "Loop already in subloop!"); in addTopLevelLoop() 608 for (LoopT *L = I->second; L; L = L->getParentLoop()) in removeBlock() 621 return isNotAlreadyContainedIn(SubLoop->getParentLoop(), ParentLoop); in isNotAlreadyContainedIn()
|
| HD | RegionInfoImpl.h | 146 while (L && contains(L->getParentLoop())) { in outermostLoopInRegion() 147 L = L->getParentLoop(); in outermostLoopInRegion()
|
| /NextBSD/contrib/llvm/lib/Transforms/Utils/ |
| HD | LoopUnroll.cpp | 335 Loop *NewLoopParent = NewLoops.lookup(OldLoop->getParentLoop()); in UnrollLoop() 531 Loop *OuterL = L->getParentLoop(); in UnrollLoop() 551 while (OuterL->getParentLoop() != LatchLoop) in UnrollLoop() 552 OuterL = OuterL->getParentLoop(); in UnrollLoop()
|
| HD | LoopUnrollRuntime.cpp | 154 Loop *ParentLoop = L->getParentLoop(); in CloneLoopBlocks() 333 if (Loop *ParentLoop = L->getParentLoop()) in UnrollRuntimeLoopProlog()
|
| HD | BreakCriticalEdges.cpp | 283 if (Loop *P = DestLoop->getParentLoop()) in SplitCriticalEdge()
|
| HD | LoopSimplify.cpp | 303 if (Loop *Parent = L->getParentLoop()) in separateNestedLoop()
|
| HD | CloneFunction.cpp | 746 Loop *ParentLoop = OrigLoop->getParentLoop(); in cloneLoopWithPreheader()
|
| HD | BasicBlockUtils.cpp | 373 PredLoop = PredLoop->getParentLoop(); in UpdateAnalysisInformation()
|
| /NextBSD/contrib/llvm/lib/Transforms/Scalar/ |
| HD | LICM.cpp | 276 assert((!L->getParentLoop() || L->getParentLoop()->isLCSSAForm(*DT)) && in runOnLoop() 285 if (L->getParentLoop()) in runOnLoop()
|
| HD | IndVarSimplify.cpp | 599 (!L->getParentLoop() || L->getParentLoop() == LI->getLoopFor(ExitBB)); in RewriteLoopExitValues() 638 const SCEV *ExitValue = SE->getSCEVAtScope(Inst, L->getParentLoop()); in RewriteLoopExitValues() 957 L = L->getParentLoop()) in getExtend()
|
| HD | LoopUnswitch.cpp | 912 Loop *NewLoop = CloneLoop(L, L->getParentLoop(), VMap, LI, LPM); in UnswitchNontrivialCondition() 918 Loop *ParentLoop = L->getParentLoop(); in UnswitchNontrivialCondition()
|
| HD | LoopInterchange.cpp | 1004 Loop *OuterLoopParent = OuterLoop->getParentLoop(); in restructureLoops()
|
| /NextBSD/contrib/llvm/lib/Transforms/IPO/ |
| HD | LoopExtractor.cpp | 87 if (L->getParentLoop()) in runOnLoop()
|
| /NextBSD/contrib/llvm/lib/CodeGen/ |
| HD | MachineLICM.cpp | 329 for (MachineLoop *L = CurLoop->getParentLoop(); L; L = L->getParentLoop()) in INITIALIZE_PASS_DEPENDENCY()
|
| HD | MachineBasicBlock.cpp | 920 if (MachineLoop *P = DestLoop->getParentLoop()) in SplitCriticalEdge()
|
| /NextBSD/contrib/llvm/lib/Target/PowerPC/ |
| HD | PPCCTRLoops.cpp | 183 if (!L->getParentLoop()) in runOnFunction()
|
| /NextBSD/contrib/llvm/lib/Target/AMDGPU/ |
| HD | AMDILCFGStructurizer.cpp | 398 LoopRep = LoopRep->getParentLoop(); in isActiveLoophead() 1139 MachineLoop *ParentLoop = LoopRep->getParentLoop(); in mergeLoop()
|
| /NextBSD/contrib/llvm/lib/Target/Hexagon/ |
| HD | HexagonHardwareLoops.cpp | 358 if (!L->getParentLoop()) { in runOnMachineFunction() 1955 MachineLoop *ParentLoop = L->getParentLoop(); in createPreheaderForLoop()
|
| /NextBSD/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| HD | AsmPrinter.cpp | 2314 PrintParentLoopComment(OS, Loop->getParentLoop(), FunctionNumber); in PrintParentLoopComment() 2361 PrintParentLoopComment(OS, Loop->getParentLoop(), AP.getFunctionNumber()); in emitBasicBlockLoopComments()
|