reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/llvm-xray/xray-graph-diff.cpp
  233       R.G[VAttr.SymbolName].CorrVertexPtr[i] = &V;
  246       R.G[ID].CorrEdgePtr[i] = &E;
  380   for (const auto &V : G.vertices()) {
  391   for (const auto &E : G.edges()) {
  399                   TailId, getLabel(E, EdgeLabel), getColor(E, G, H, EdgeColor),
  403   for (const auto &V : G.vertices()) {
  414                   getColor(V, G, H, VertexColor));
tools/llvm-xray/xray-graph-diff.h
   68   const GraphT &getGraph() { return G; }