Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1413 class DotCfgDiff;
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;
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()
[all …]