Searched refs:OuterParent (Results 1 – 1 of 1) sorted by relevance
748 Loop *OuterParent = LI->getLoopFor(*BI); in removeBlocksFromAncestors() local749 if (Unloop.contains(OuterParent)) { in removeBlocksFromAncestors()750 while (OuterParent->getParentLoop() != &Unloop) in removeBlocksFromAncestors()751 OuterParent = OuterParent->getParentLoop(); in removeBlocksFromAncestors()752 OuterParent = SubloopParents[OuterParent]; in removeBlocksFromAncestors()756 for (Loop *OldParent = Unloop.getParentLoop(); OldParent != OuterParent; in removeBlocksFromAncestors()