Searched refs:VertexAttribute (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/llvm/tools/llvm-xray/
H A Dxray-graph-diff.h41 struct VertexAttribute { struct in class:llvm::xray::GraphDiffRenderer
45 using GraphT = Graph<VertexAttribute, EdgeAttribute, StringRef>;
/openbsd-current/gnu/llvm/llvm/include/llvm/XRay/
H A DGraph.h33 /// - VertexAttribute, this is a structure which is stored for each vertex.
72 template <typename VertexAttribute, typename EdgeAttribute,
83 detail::DenseMapPair<VertexIdentifier, VertexAttribute>;
95 /// The type used for storing the VertexAttribute for each vertex in
97 using VertexMapT = DenseMap<VertexIdentifier, VertexAttribute>;
114 /// Stores the map from VertexIdentifier to VertexAttribute
381 VertexAttribute &operator[](const VertexIdentifier &I) {
398 Expected<VertexAttribute &> at(const VertexIdentifier &I) {
407 Expected<const VertexAttribute &> at(const VertexIdentifier &I) const {
448 insert(const std::pair<VertexIdentifier, VertexAttribute>
[all...]

Completed in 116 milliseconds