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

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

Completed in 100 milliseconds