HomeSort by relevance Sort by last modified time
    Searched refs:OldParent (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Analysis/
LoopInfo.cpp 494 for (Loop *OldParent = Unloop->getParentLoop(); OldParent != NewParent;
495 OldParent = OldParent->getParentLoop()) {
496 assert(OldParent && "new loop is not an ancestor of the original");
497 OldParent->removeBlockFromLoop(*BI);
  /external/llvm/include/llvm/Analysis/
LoopInfo.h     [all...]
  /external/clang/tools/libclang/
CIndex.cpp 221 CXCursor OldParent;
225 : Parent(Parent), StmtParent(StmtParent), OldParent(Parent)
233 Parent = OldParent;
    [all...]

Completed in 698 milliseconds