Searched refs:EdgeValueType (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/XRay/ |
D | Graph.h | 88 using EdgeValueType = detail::DenseMapPair<EdgeIdentifier, EdgeAttribute>; variable 130 typename T = typename std::conditional<IsConst, const EdgeValueType, 131 EdgeValueType>::type> 139 friend class NeighborEdgeIteratorT<false, IsOut, BaseIt, EdgeValueType>; 141 const EdgeValueType>; 150 const EdgeValueType>() const { 152 const EdgeValueType>(this->I, MP, SI);
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/ |
D | xray-graph-diff.h | 35 using GREdgeValueType = GraphRenderer::GraphT::EdgeValueType;
|
D | xray-graph-diff.cpp | 264 static std::string getColor(const GraphDiffRenderer::GraphT::EdgeValueType &E, in getColor() 317 static std::string getLabel(const GraphDiffRenderer::GraphT::EdgeValueType &E, in getLabel() 355 static double getLineWidth(const GraphDiffRenderer::GraphT::EdgeValueType &E, in getLineWidth()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/XRay/ |
D | GraphTest.cpp | 61 using EVT = typename GraphT::EdgeValueType;
|