Home
last modified time | relevance | path

Searched refs:DotCfgDiffDisplayGraph (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1229 class DotCfgDiffDisplayGraph;
1313 class DotCfgDiffDisplayGraph { class
1315 DotCfgDiffDisplayGraph(std::string Name) : GraphName(Name) {} in DotCfgDiffDisplayGraph() function in __anone1b304962011::DotCfgDiffDisplayGraph
1491 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 …]