Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/XRay/
H A DGraph.h87 using EdgeValueType = detail::DenseMapPair<EdgeIdentifier, EdgeAttribute>; variable
130 std::conditional_t<IsConst, const EdgeValueType, EdgeValueType>>
138 friend class NeighborEdgeIteratorT<false, IsOut, BaseIt, EdgeValueType>;
140 const EdgeValueType>;
149 const EdgeValueType>() const {
151 const EdgeValueType>(this->I, MP, SI);
/llvm-project-15.0.7/llvm/tools/llvm-xray/
H A Dxray-graph-diff.h34 using GREdgeValueType = GraphRenderer::GraphT::EdgeValueType;
H A Dxray-graph-diff.cpp251 static std::string getColor(const GraphDiffRenderer::GraphT::EdgeValueType &E, in getColor()
301 static std::string getLabel(const GraphDiffRenderer::GraphT::EdgeValueType &E, in getLabel()
341 static double getLineWidth(const GraphDiffRenderer::GraphT::EdgeValueType &E, in getLineWidth()
/llvm-project-15.0.7/llvm/unittests/XRay/
H A DGraphTest.cpp60 using EVT = typename GraphT::EdgeValueType;