Searched refs:DotCfgDiffDisplayGraph (Results 1 – 1 of 1) sorted by relevance
1229 class DotCfgDiffDisplayGraph;1313 class DotCfgDiffDisplayGraph { class1315 DotCfgDiffDisplayGraph(std::string Name) : GraphName(Name) {} in DotCfgDiffDisplayGraph() function in __anone1b304962011::DotCfgDiffDisplayGraph1491 DotCfgDiffDisplayGraph createDisplayGraph(StringRef Title,1694 DotCfgDiffDisplayGraph G(Title.str()); in createDisplayGraph()1718 DotCfgDiffDisplayGraph &DisplayGraph, unsigned DisplayNodeIndex, in createDisplayEdges()1746 template <> struct GraphTraits<DotCfgDiffDisplayGraph *> {1749 using nodes_iterator = DotCfgDiffDisplayGraph::NodeIterator;1753 static NodeRef getEntryNode(const DotCfgDiffDisplayGraph *G) { in getEntryNode()1784 getGraphProperties(const DotCfgDiffDisplayGraph *DiffData) { in getGraphProperties()[all …]