Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1436 class DotCfgDiff;
1445 DotCfgDiffNode(DotCfgDiff &G, unsigned N, const BlockDataT<DCData> &BD, in DotCfgDiffNode()
1477 void finalize(DotCfgDiff &G);
1492 DotCfgDiff &Graph;
1502 class DotCfgDiff { class
1508 DotCfgDiff(StringRef Title, const FuncDataT<DCData> &Before,
1511 DotCfgDiff(const DotCfgDiff &) = delete;
1512 DotCfgDiff &operator=(const DotCfgDiff &) = delete;
1624 std::string DotCfgDiff::colourize(std::string S, StringRef Colour) const { in colourize()
1630 DotCfgDiff::DotCfgDiff(StringRef Title, const FuncDataT<DCData> &Before, in DotCfgDiff() function in __anon0dac999d2511::DotCfgDiff
[all …]