Searched refs:OuterParent (Results 1 – 1 of 1) sorted by relevance
768 Loop *OuterParent = LI->getLoopFor(BB); in removeBlocksFromAncestors() local769 if (Unloop.contains(OuterParent)) { in removeBlocksFromAncestors()770 while (OuterParent->getParentLoop() != &Unloop) in removeBlocksFromAncestors()771 OuterParent = OuterParent->getParentLoop(); in removeBlocksFromAncestors()772 OuterParent = SubloopParents[OuterParent]; in removeBlocksFromAncestors()776 for (Loop *OldParent = Unloop.getParentLoop(); OldParent != OuterParent; in removeBlocksFromAncestors()