HomeSort by relevance Sort by last modified time
    Searched defs:getDFSNumIn (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
144 unsigned getDFSNumIn() const { return DFSNumIn; }
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
137 unsigned getDFSNumIn() const { return DFSNumIn; }
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
140 unsigned getDFSNumIn() const { return DFSNumIn; }
162 o << " {" << Node->getDFSNumIn() << "," << Node->getDFSNumOut() << "}";

Completed in 917 milliseconds