Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1506 class DotCfgDiffDisplayGraph;
1590 class DotCfgDiffDisplayGraph { class
1592 DotCfgDiffDisplayGraph(std::string Name) : GraphName(Name) {} in DotCfgDiffDisplayGraph() function in __anonb0928b5c2a11::DotCfgDiffDisplayGraph
1768 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 …]