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