Lines Matching refs:Graph
1180 Graph[&BB][Succ]++; in CFG()
1223 if (Before.Graph.size() != After.Graph.size()) in printDiff()
1225 << Before.Graph.size() << ", after=" << After.Graph.size() << "\n"; in printDiff()
1227 for (auto &BB : Before.Graph) { in printDiff()
1228 auto BA = After.Graph.find(BB.first); in printDiff()
1229 if (BA == After.Graph.end()) { in printDiff()
1236 for (auto &BA : After.Graph) { in printDiff()
1237 auto BB = Before.Graph.find(BA.first); in printDiff()
1238 if (BB == Before.Graph.end()) { in printDiff()
1794 : Graph(G), N(N), Data{&BD, nullptr}, Colour(Colour) {} in DotCfgDiffNode()
1796 : Graph(DN.Graph), N(DN.N), Data{DN.Data[0], DN.Data[1]}, in DotCfgDiffNode()
1835 void createDisplayEdges(DotCfgDiffDisplayGraph &Graph, unsigned DisplayNode,
1839 DotCfgDiff &Graph; member in __anon94a753662a11::DotCfgDiffNode
2095 const DotCfgDiffNode *SinkNode = &Graph.getNode(SinkNodeIndex); in createDisplayEdges()
2097 StringRef Label = Graph.getEdgeSourceLabel(getIndex(), SinkNodeIndex); in createDisplayEdges()