Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/
Dxray-graph-diff.h36 using GRVertexValueType = GraphRenderer::GraphT::VertexValueType;
Dxray-graph-diff.cpp285 static std::string getColor(const GraphDiffRenderer::GraphT::VertexValueType &V, in getColor()
335 static std::string getLabel(const GraphDiffRenderer::GraphT::VertexValueType &V, in getLabel()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/XRay/
DGraphTest.cpp60 using VVT = typename GraphT::VertexValueType;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/XRay/
DGraph.h83 using VertexValueType = variable