Searched refs:DotCfgDiffDisplayGraph (Results 1 – 1 of 1) sorted by relevance
1252 class DotCfgDiffDisplayGraph;1336 class DotCfgDiffDisplayGraph { class1338 DotCfgDiffDisplayGraph(std::string Name) : GraphName(Name) {} in DotCfgDiffDisplayGraph() function in __anon708090a62511::DotCfgDiffDisplayGraph1488 void createDisplayEdges(DotCfgDiffDisplayGraph &Graph, unsigned DisplayNode,1514 DotCfgDiffDisplayGraph createDisplayGraph(StringRef Title,1711 DotCfgDiffDisplayGraph DotCfgDiff::createDisplayGraph(StringRef Title, in createDisplayGraph()1717 DotCfgDiffDisplayGraph G(Title.str()); in createDisplayGraph()1741 DotCfgDiffDisplayGraph &DisplayGraph, unsigned DisplayNodeIndex, in createDisplayEdges()1769 template <> struct GraphTraits<DotCfgDiffDisplayGraph *> {1772 using nodes_iterator = DotCfgDiffDisplayGraph::NodeIterator;[all …]