Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/XRay/
DGraph.h274 template <bool isConst> class VertexView {
293 VertexView(GraphT &_G) : G(_G) {} in VertexView() function
350 VertexView<false> vertices() { return VertexView<false>(*this); } in vertices()
352 VertexView<true> vertices() const { return VertexView<true>(*this); } in vertices()