Lines Matching refs:DotCfgDiffNode
1689 class DotCfgDiffNode;
1693 class DotCfgDiffNode { class
1695 DotCfgDiffNode() = delete;
1699 DotCfgDiffNode(DotCfgDiff &G, unsigned N, const BlockDataT<DCData> &BD, in DotCfgDiffNode() function in __anonb0928b5c2a11::DotCfgDiffNode
1702 DotCfgDiffNode(const DotCfgDiffNode &DN) in DotCfgDiffNode() function in __anonb0928b5c2a11::DotCfgDiffNode
1786 const DotCfgDiffNode &getNode(unsigned N) const { in getNode()
1804 std::vector<DotCfgDiffNode> Nodes;
1811 std::string DotCfgDiffNode::getBodyContent() const { in getBodyContent()
1945 DotCfgDiffNode &SourceNode = Nodes[NodePosition[Source]]; in DotCfgDiff()
1994 void DotCfgDiffNode::createDisplayEdges( in createDisplayEdges()
2003 const DotCfgDiffNode *SinkNode = &Graph.getNode(SinkNodeIndex); in createDisplayEdges()
2012 void DotCfgDiffNode::finalize(DotCfgDiff &G) { in finalize()