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

  /external/llvm/include/llvm/Support/
GenericDomTree.h 141 /// getDFSNumIn/getDFSNumOut - These return the DFS visitation order for nodes
145 unsigned getDFSNumOut() const { return DFSNumOut; }
163 o << " {" << Node->getDFSNumIn() << "," << Node->getDFSNumOut() << "}";
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
GenericDomTree.h 134 /// getDFSNumIn/getDFSNumOut - These return the DFS visitation order for nodes
138 unsigned getDFSNumOut() const { return DFSNumOut; }
173 O << " {" << Node->getDFSNumIn() << "," << Node->getDFSNumOut() << "} ["
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
Dominators.h 138 /// getDFSNumIn/getDFSNumOut - These are an internal implementation detail, do
141 unsigned getDFSNumOut() const { return DFSNumOut; }
162 o << " {" << Node->getDFSNumIn() << "," << Node->getDFSNumOut() << "}";

Completed in 881 milliseconds