Searched defs:getParentLoop (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DLoopInfo.h99 LoopT *getParentLoop() const { return ParentLoop; } function in class:llvm::LoopBase
107 return contains(L->getParentLoop());
705 assert(L->getParentLoop() == 0 && "Not a top-level loop!");
738 assert(New->getParentLoop() == 0 && "Loop already in subloop!");
748 for (LoopT *L = I->second; L; L = L->getParentLoop())
761 return isNotAlreadyContainedIn(SubLoop->getParentLoop(), ParentLoop);
859 assert(Child->getParentLoop() == L && "Not proper child loop?");
898 LoopT *OldParent = NewChild->getParentLoop();
899 assert(OldParent && OldParent == NewParent->getParentLoop() &&
1112 L = L->getParentLoop();
[all...]

Completed in 137 milliseconds