Searched refs:DotCfgDiffDisplayGraph (Results 1 – 1 of 1) sorted by relevance
1506 class DotCfgDiffDisplayGraph;1590 class DotCfgDiffDisplayGraph { class1592 DotCfgDiffDisplayGraph(std::string Name) : GraphName(Name) {} in DotCfgDiffDisplayGraph() function in __anonb0928b5c2a11::DotCfgDiffDisplayGraph1768 DotCfgDiffDisplayGraph createDisplayGraph(StringRef Title,1971 DotCfgDiffDisplayGraph G(Title.str()); in createDisplayGraph()1995 DotCfgDiffDisplayGraph &DisplayGraph, unsigned DisplayNodeIndex, in createDisplayEdges()2023 template <> struct GraphTraits<DotCfgDiffDisplayGraph *> {2026 using nodes_iterator = DotCfgDiffDisplayGraph::NodeIterator;2030 static NodeRef getEntryNode(const DotCfgDiffDisplayGraph *G) { in getEntryNode()2061 getGraphProperties(const DotCfgDiffDisplayGraph *DiffData) { in getGraphProperties()[all …]