Lines Matching refs:Parent
294 // Change the parent loop to use the outer loop as its child now.
295 if (Loop *Parent = L->getParentLoop())
296 Parent->replaceChildLoopWith(L, NewOuter);
334 // Move this block to the parent, updating the exit blocks sets
453 // loop and all parent loops.
553 // Must be exactly this loop: no subloops, parent loops, or non-loop preds
675 // parent loop doesn't change (spliting edges doesn't count). If blocks,
676 // CFG edges, or other values in the parent loop change, then we need call
677 // to forgetLoop() for the parent instead.