Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopInfo.cpp748 Loop *OuterParent = LI->getLoopFor(*BI); in removeBlocksFromAncestors() local
749 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()