Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopInfo.cpp766 Loop *OuterParent = LI->getLoopFor(BB); in removeBlocksFromAncestors() local
767 if (Unloop.contains(OuterParent)) { in removeBlocksFromAncestors()
768 while (OuterParent->getParentLoop() != &Unloop) in removeBlocksFromAncestors()
769 OuterParent = OuterParent->getParentLoop(); in removeBlocksFromAncestors()
770 OuterParent = SubloopParents[OuterParent]; in removeBlocksFromAncestors()
774 for (Loop *OldParent = Unloop.getParentLoop(); OldParent != OuterParent; in removeBlocksFromAncestors()