Home
last modified time | relevance | path

Searched refs:VertexView (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/XRay/
H A DGraph.h273 template <bool isConst> class VertexView {
292 VertexView(GraphT &_G) : G(_G) {} in VertexView() function
349 VertexView<false> vertices() { return VertexView<false>(*this); } in vertices()
351 VertexView<true> vertices() const { return VertexView<true>(*this); } in vertices()