Searched refs:DotCfgDiffDisplayGraph (Results 1 – 1 of 1) sorted by relevance
1599 class DotCfgDiffDisplayGraph;1683 class DotCfgDiffDisplayGraph { class1685 DotCfgDiffDisplayGraph(std::string Name) : GraphName(Name) {} in DotCfgDiffDisplayGraph() function in __anon94a753662a11::DotCfgDiffDisplayGraph1835 void createDisplayEdges(DotCfgDiffDisplayGraph &Graph, unsigned DisplayNode,1861 DotCfgDiffDisplayGraph createDisplayGraph(StringRef Title,2057 DotCfgDiffDisplayGraph DotCfgDiff::createDisplayGraph(StringRef Title, in createDisplayGraph()2063 DotCfgDiffDisplayGraph G(Title.str()); in createDisplayGraph()2087 DotCfgDiffDisplayGraph &DisplayGraph, unsigned DisplayNodeIndex, in createDisplayEdges()2115 template <> struct GraphTraits<DotCfgDiffDisplayGraph *> {2118 using nodes_iterator = DotCfgDiffDisplayGraph::NodeIterator;[all …]