Lines Matching defs:DotCfgDiff
1792 class DotCfgDiff;
1801 DotCfgDiffNode(DotCfgDiff &G, unsigned N, const BlockDataT<DCData> &BD,
1833 void finalize(DotCfgDiff &G);
1848 DotCfgDiff &Graph;
1858 class DotCfgDiff {
1864 DotCfgDiff(StringRef Title, const FuncDataT<DCData> &Before,
1867 DotCfgDiff(const DotCfgDiff &) = delete;
1868 DotCfgDiff &operator=(const DotCfgDiff &) = delete;
1979 std::string DotCfgDiff::colourize(std::string S, StringRef Colour) const {
1985 DotCfgDiff::DotCfgDiff(StringRef Title, const FuncDataT<DCData> &Before,
2067 DotCfgDiffDisplayGraph DotCfgDiff::createDisplayGraph(StringRef Title,
2114 void DotCfgDiffNode::finalize(DotCfgDiff &G) {
2262 DotCfgDiff Diff(Text, Before, After);