Searched refs:DotCfgDiffDisplayGraph (Results 1 – 1 of 1) sorted by relevance
1596 class DotCfgDiffDisplayGraph;1680 class DotCfgDiffDisplayGraph { class1682 DotCfgDiffDisplayGraph(std::string Name) : GraphName(Name) {} in DotCfgDiffDisplayGraph() function in __anon94a753662a11::DotCfgDiffDisplayGraph1832 void createDisplayEdges(DotCfgDiffDisplayGraph &Graph, unsigned DisplayNode,1858 DotCfgDiffDisplayGraph createDisplayGraph(StringRef Title,2050 DotCfgDiffDisplayGraph DotCfgDiff::createDisplayGraph(StringRef Title, in createDisplayGraph()2056 DotCfgDiffDisplayGraph G(Title.str()); in createDisplayGraph()2080 DotCfgDiffDisplayGraph &DisplayGraph, unsigned DisplayNodeIndex, in createDisplayEdges()2108 template <> struct GraphTraits<DotCfgDiffDisplayGraph *> {2111 using nodes_iterator = DotCfgDiffDisplayGraph::NodeIterator;[all …]