Lines Matching defs:DotCfgDiffNode
1782 class DotCfgDiffNode;
1786 class DotCfgDiffNode {
1788 DotCfgDiffNode() = delete;
1792 DotCfgDiffNode(DotCfgDiff &G, unsigned N, const BlockDataT<DCData> &BD,
1795 DotCfgDiffNode(const DotCfgDiffNode &DN)
1879 const DotCfgDiffNode &getNode(unsigned N) const {
1894 // TODO Nodes should probably be a StringMap<DotCfgDiffNode> after the
1897 std::vector<DotCfgDiffNode> Nodes;
1904 std::string DotCfgDiffNode::getBodyContent() const {
2037 DotCfgDiffNode &SourceNode = Nodes[NodePosition[Source]];
2086 void DotCfgDiffNode::createDisplayEdges(
2095 const DotCfgDiffNode *SinkNode = &Graph.getNode(SinkNodeIndex);
2104 void DotCfgDiffNode::finalize(DotCfgDiff &G) {