Lines Matching refs:DotCfgDiff
1690 class DotCfgDiff;
1699 DotCfgDiffNode(DotCfgDiff &G, unsigned N, const BlockDataT<DCData> &BD, in DotCfgDiffNode()
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;
1878 std::string DotCfgDiff::colourize(std::string S, StringRef Colour) const { in colourize()
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()
2155 DotCfgDiff Diff(Text, Before, After); in handleFunctionCompare()