Home | History | Annotate | Download | only in Analysis

Lines Matching defs:getParentLoop

101   LoopT *getParentLoop() const { return ParentLoop; }
116 return contains(L->getParentLoop());
683 assert(!L->getParentLoop() && "Not a top-level loop!");
711 assert(!New->getParentLoop() && "Loop already in subloop!");
721 for (LoopT *L = I->second; L; L = L->getParentLoop())
736 return isNotAlreadyContainedIn(SubLoop->getParentLoop(), ParentLoop);