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

  /external/clang/tools/libclang/
CursorVisitor.h 124 CXCursor OldParent;
129 : Parent(Parent), StmtParent(StmtParent), OldParent(Parent)
137 Parent = OldParent;
  /external/llvm/lib/Analysis/
LoopInfo.cpp 493 for (Loop *OldParent = Unloop.getParentLoop(); OldParent != OuterParent;
494 OldParent = OldParent->getParentLoop()) {
495 assert(OldParent && "new loop is not an ancestor of the original");
496 OldParent->removeBlockFromLoop(*BI);
  /external/swiftshader/third_party/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/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
LoopInfo.cpp 490 for (Loop *OldParent = Unloop.getParentLoop(); OldParent != OuterParent;
491 OldParent = OldParent->getParentLoop()) {
492 assert(OldParent && "new loop is not an ancestor of the original");
493 OldParent->removeBlockFromLoop(*BI);
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
LoopInfo.h     [all...]

Completed in 306 milliseconds