Searched defs:getPathLength (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DDepthFirstIterator.h186 /// getPathLength - Return the length of the path from the entry node to the
188 unsigned getPathLength() const { return VisitStack.size(); } function in class:llvm::df_iterator

Completed in 156 milliseconds