Home
last modified time | relevance | path

Searched defs:vertices (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/XRay/
H A DGraph.h349 VertexView<false> vertices() { return VertexView<false>(*this); } in vertices() function
351 VertexView<true> vertices() const { return VertexView<true>(*this); } in vertices() function