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.cpp1780 class DotCfgDiff;
1789 DotCfgDiffNode(DotCfgDiff &G, unsigned N, const BlockDataT<DCData> &BD, in DotCfgDiffNode()
1821 void finalize(DotCfgDiff &G);
1836 DotCfgDiff &Graph;
1846 class DotCfgDiff { class
1852 DotCfgDiff(StringRef Title, const FuncDataT<DCData> &Before,
1855 DotCfgDiff(const DotCfgDiff &) = delete;
1856 DotCfgDiff &operator=(const DotCfgDiff &) = delete;
1967 std::string DotCfgDiff::colourize(std::string S, StringRef Colour) const { in colourize()
1973 DotCfgDiff::DotCfgDiff(StringRef Title, const FuncDataT<DCData> &Before, in DotCfgDiff() function in __anon94a753662a11::DotCfgDiff
[all …]