Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/XRay/
DGraph.h88 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/
Dxray-graph-diff.h35 using GREdgeValueType = GraphRenderer::GraphT::EdgeValueType;
Dxray-graph-diff.cpp264 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/
DGraphTest.cpp61 using EVT = typename GraphT::EdgeValueType;