Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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);
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-graph-diff.h33 using GREdgeValueType = GraphRenderer::GraphT::EdgeValueType;
H A Dxray-graph-diff.cpp250 static std::string getColor(const GraphDiffRenderer::GraphT::EdgeValueType &E, in getColor()
300 static std::string getLabel(const GraphDiffRenderer::GraphT::EdgeValueType &E, in getLabel()
340 static double getLineWidth(const GraphDiffRenderer::GraphT::EdgeValueType &E, in getLineWidth()