Searched refs:OuterParent (Results 1 – 1 of 1) sorted by relevance
485 Loop *OuterParent = LI->getLoopFor(*BI); in removeBlocksFromAncestors() local486 if (Unloop.contains(OuterParent)) { in removeBlocksFromAncestors()487 while (OuterParent->getParentLoop() != &Unloop) in removeBlocksFromAncestors()488 OuterParent = OuterParent->getParentLoop(); in removeBlocksFromAncestors()489 OuterParent = SubloopParents[OuterParent]; in removeBlocksFromAncestors()493 for (Loop *OldParent = Unloop.getParentLoop(); OldParent != OuterParent; in removeBlocksFromAncestors()