Home | History | Annotate | Download | only in Analysis

Lines Matching refs:getParentLoop

510       while (OuterParent->getParentLoop() != Unloop)
511 OuterParent = OuterParent->getParentLoop();
516 for (Loop *OldParent = Unloop->getParentLoop(); OldParent != OuterParent;
517 OldParent = OldParent->getParentLoop()) {
554 while (Subloop->getParentLoop() != Unloop) {
555 Subloop = Subloop->getParentLoop();
585 assert(L->getParentLoop() == Unloop && "cannot skip into nested loops");
596 L = L->getParentLoop();
619 if (!Unloop->getParentLoop()) {
662 Loop *ParentLoop = Unloop->getParentLoop();