Searched refs:getDFSNumIn (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Support/
H A DGenericDomTree.h137 /// getDFSNumIn/getDFSNumOut - These are an internal implementation detail, do
139 unsigned getDFSNumIn() const { return DFSNumIn; } function in class:llvm::DomTreeNodeBase
158 o << " {" << Node->getDFSNumIn() << "," << Node->getDFSNumOut() << "}";

Completed in 80 milliseconds