Home
last modified time | relevance | path

Searched refs:DotCfgDiff (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1783 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
[all …]