Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1690 class DotCfgDiff;
1731 void finalize(DotCfgDiff &G);
1746 DotCfgDiff &Graph;
1756 class DotCfgDiff { class
1762 DotCfgDiff(StringRef Title, const FuncDataT<DCData> &Before,
1765 DotCfgDiff(const DotCfgDiff &) = delete;
1766 DotCfgDiff &operator=(const DotCfgDiff &) = delete;
1884 DotCfgDiff::DotCfgDiff(StringRef Title, const FuncDataT<DCData> &Before, in DotCfgDiff() function in __anonb0928b5c2a11::DotCfgDiff
1965 DotCfgDiffDisplayGraph DotCfgDiff::createDisplayGraph(StringRef Title, in createDisplayGraph()
2012 void DotCfgDiffNode::finalize(DotCfgDiff &G) { in finalize()
[all …]