Lines Matching refs:DotCfgDiff
1413 class DotCfgDiff;
1422 DotCfgDiffNode(DotCfgDiff &G, unsigned N, const BlockDataT<DCData> &BD, in DotCfgDiffNode()
1454 void finalize(DotCfgDiff &G);
1469 DotCfgDiff &Graph;
1479 class DotCfgDiff { class
1485 DotCfgDiff(StringRef Title, const FuncDataT<DCData> &Before,
1488 DotCfgDiff(const DotCfgDiff &) = delete;
1489 DotCfgDiff &operator=(const DotCfgDiff &) = delete;
1601 std::string DotCfgDiff::colourize(std::string S, StringRef Colour) const { in colourize()
1607 DotCfgDiff::DotCfgDiff(StringRef Title, const FuncDataT<DCData> &Before, in DotCfgDiff() function in __anone1b304962011::DotCfgDiff
1688 DotCfgDiffDisplayGraph DotCfgDiff::createDisplayGraph(StringRef Title, in createDisplayGraph()
1735 void DotCfgDiffNode::finalize(DotCfgDiff &G) { in finalize()
1878 DotCfgDiff Diff(Text, Before, After); in handleFunctionCompare()