Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/XRay/
H A DGraph.h72 template <typename VertexAttribute, typename EdgeAttribute,
87 using EdgeValueType = detail::DenseMapPair<EdgeIdentifier, EdgeAttribute>;
93 using EdgeMapT = DenseMap<EdgeIdentifier, EdgeAttribute>;
388 EdgeAttribute &operator[](const EdgeIdentifier &I) {
417 Expected<EdgeAttribute &> at(const EdgeIdentifier &I) { in at()
426 Expected<const EdgeAttribute &> at(const EdgeIdentifier &I) const { in at()
461 insert(const std::pair<EdgeIdentifier, EdgeAttribute> &Val) { in insert()
478 insert(std::pair<EdgeIdentifier, EdgeAttribute> &&Val) { in insert()
/src/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-graph-diff.h36 struct EdgeAttribute { struct
44 using GraphT = Graph<VertexAttribute, EdgeAttribute, StringRef>; argument