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 411 for (Loop *OldParent = Unloop->getParentLoop(); OldParent != OuterParent;
412 OldParent = OldParent->getParentLoop()) {
413 assert(OldParent && "new loop is not an ancestor of the original");
414 OldParent->removeBlockFromLoop(*BI);
  /external/clang/tools/libclang/
CursorVisitor.h 116 CXCursor OldParent;
120 : Parent(Parent), StmtParent(StmtParent), OldParent(Parent)
128 Parent = OldParent;
  /external/llvm/include/llvm/Analysis/
LoopInfo.h     [all...]

Completed in 96 milliseconds