Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DLoopInfo.cpp768 Loop *OuterParent = LI->getLoopFor(BB); in removeBlocksFromAncestors() local
769 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()