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

  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
DepthFirstIterator.h 186 /// getPathLength - Return the length of the path from the entry node to the
188 unsigned getPathLength() const { return VisitStack.size(); }
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DepthFirstIterator.h 205 /// getPathLength - Return the length of the path from the entry node to the
207 unsigned getPathLength() const { return VisitStack.size(); }
  /external/llvm/include/llvm/ADT/
DepthFirstIterator.h 187 /// getPathLength - Return the length of the path from the entry node to the
189 unsigned getPathLength() const { return VisitStack.size(); }

Completed in 184 milliseconds