Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-xray/
H A Dxray-graph-diff.h35 using GRVertexValueType = GraphRenderer::GraphT::VertexValueType;
H A Dxray-graph-diff.cpp272 static std::string getColor(const GraphDiffRenderer::GraphT::VertexValueType &V, in getColor()
319 static std::string getLabel(const GraphDiffRenderer::GraphT::VertexValueType &V, in getLabel()
/llvm-project-15.0.7/llvm/unittests/XRay/
H A DGraphTest.cpp59 using VVT = typename GraphT::VertexValueType;
/llvm-project-15.0.7/llvm/include/llvm/XRay/
H A DGraph.h82 using VertexValueType = variable