Home
last modified time | relevance | path

Searched refs:OuterParent (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
DLoopInfo.cpp485 Loop *OuterParent = LI->getLoopFor(*BI); in removeBlocksFromAncestors() local
486 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()