Lines Matching refs:Graph
1106 Graph[&BB][Succ]++; in CFG()
1149 if (Before.Graph.size() != After.Graph.size()) in printDiff()
1151 << Before.Graph.size() << ", after=" << After.Graph.size() << "\n"; in printDiff()
1153 for (auto &BB : Before.Graph) { in printDiff()
1154 auto BA = After.Graph.find(BB.first); in printDiff()
1155 if (BA == After.Graph.end()) { in printDiff()
1162 for (auto &BA : After.Graph) { in printDiff()
1163 auto BB = Before.Graph.find(BA.first); in printDiff()
1164 if (BB == Before.Graph.end()) { in printDiff()
1701 : Graph(G), N(N), Data{&BD, nullptr}, Colour(Colour) {} in DotCfgDiffNode()
1703 : Graph(DN.Graph), N(DN.N), Data{DN.Data[0], DN.Data[1]}, in DotCfgDiffNode()
1742 void createDisplayEdges(DotCfgDiffDisplayGraph &Graph, unsigned DisplayNode,
1746 DotCfgDiff &Graph; member in __anonb0928b5c2a11::DotCfgDiffNode
2003 const DotCfgDiffNode *SinkNode = &Graph.getNode(SinkNodeIndex); in createDisplayEdges()
2005 StringRef Label = Graph.getEdgeSourceLabel(getIndex(), SinkNodeIndex); in createDisplayEdges()