Searched refs:EdgeValueType (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/XRay/ |
| H A D | Graph.h | 87 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 D | xray-graph-diff.h | 34 using GREdgeValueType = GraphRenderer::GraphT::EdgeValueType;
|
| H A D | xray-graph-diff.cpp | 251 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 D | GraphTest.cpp | 60 using EVT = typename GraphT::EdgeValueType;
|