Home
last modified time | relevance | path

Searched refs:EdgeAttribute (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/XRay/
DGraph.h73 template <typename VertexAttribute, typename EdgeAttribute,
88 using EdgeValueType = detail::DenseMapPair<EdgeIdentifier, EdgeAttribute>;
94 using EdgeMapT = DenseMap<EdgeIdentifier, EdgeAttribute>;
389 EdgeAttribute &operator[](const EdgeIdentifier &I) {
418 Expected<EdgeAttribute &> at(const EdgeIdentifier &I) { in at()
427 Expected<const EdgeAttribute &> at(const EdgeIdentifier &I) const { in at()
462 insert(const std::pair<EdgeIdentifier, EdgeAttribute> &Val) { in insert()
479 insert(std::pair<EdgeIdentifier, EdgeAttribute> &&Val) { in insert()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/
Dxray-graph-diff.h38 struct EdgeAttribute { struct
46 using GraphT = Graph<VertexAttribute, EdgeAttribute, StringRef>; argument