Lines Matching defs:DotCfgDiff
1783 class DotCfgDiff;
1792 DotCfgDiffNode(DotCfgDiff &G, unsigned N, const BlockDataT<DCData> &BD,
1824 void finalize(DotCfgDiff &G);
1839 DotCfgDiff &Graph;
1849 class DotCfgDiff {
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 {
1976 DotCfgDiff::DotCfgDiff(StringRef Title, const FuncDataT<DCData> &Before,
2057 DotCfgDiffDisplayGraph DotCfgDiff::createDisplayGraph(StringRef Title,
2104 void DotCfgDiffNode::finalize(DotCfgDiff &G) {
2252 DotCfgDiff Diff(Text, Before, After);