Lines Matching defs:DotCfgDiffNode
1791 class DotCfgDiffNode;
1795 class DotCfgDiffNode {
1797 DotCfgDiffNode() = delete;
1801 DotCfgDiffNode(DotCfgDiff &G, unsigned N, const BlockDataT<DCData> &BD,
1804 DotCfgDiffNode(const DotCfgDiffNode &DN)
1888 const DotCfgDiffNode &getNode(unsigned N) const {
1903 // TODO Nodes should probably be a StringMap<DotCfgDiffNode> after the
1906 std::vector<DotCfgDiffNode> Nodes;
1913 std::string DotCfgDiffNode::getBodyContent() const {
2046 DotCfgDiffNode &SourceNode = Nodes[NodePosition[Source]];
2096 void DotCfgDiffNode::createDisplayEdges(
2105 const DotCfgDiffNode *SinkNode = &Graph.getNode(SinkNodeIndex);
2114 void DotCfgDiffNode::finalize(DotCfgDiff &G) {