Lines Matching refs:DotCfgDiff
1783 class DotCfgDiff;
1792 DotCfgDiffNode(DotCfgDiff &G, unsigned N, const BlockDataT<DCData> &BD, in DotCfgDiffNode()
1824 void finalize(DotCfgDiff &G);
1839 DotCfgDiff &Graph;
1849 class DotCfgDiff { class
1855 DotCfgDiff(StringRef Title, const FuncDataT<DCData> &Before,
1858 DotCfgDiff(const DotCfgDiff &) = delete;
1859 DotCfgDiff &operator=(const DotCfgDiff &) = delete;
1970 std::string DotCfgDiff::colourize(std::string S, StringRef Colour) const { in colourize()
1976 DotCfgDiff::DotCfgDiff(StringRef Title, const FuncDataT<DCData> &Before, in DotCfgDiff() function in __anon94a753662a11::DotCfgDiff
2057 DotCfgDiffDisplayGraph DotCfgDiff::createDisplayGraph(StringRef Title, in createDisplayGraph()
2104 void DotCfgDiffNode::finalize(DotCfgDiff &G) { in finalize()
2252 DotCfgDiff Diff(Text, Before, After); in handleFunctionCompare()