Searched refs:OldParent (Results 1 – 2 of 2) sorted by relevance
480 for (Loop *OldParent = Unloop->getParentLoop(); OldParent != OuterParent; in removeBlocksFromAncestors() local481 OldParent = OldParent->getParentLoop()) { in removeBlocksFromAncestors()482 assert(OldParent && "new loop is not an ancestor of the original"); in removeBlocksFromAncestors()483 OldParent->removeBlockFromLoop(*BI); in removeBlocksFromAncestors()
124 CXCursor OldParent; variable129 : Parent(Parent), StmtParent(StmtParent), OldParent(Parent) in SetParentRAII()137 Parent = OldParent; in ~SetParentRAII()