Lines Matching refs:DotCfgDiffNode
1782 class DotCfgDiffNode;
1786 class DotCfgDiffNode { class
1788 DotCfgDiffNode() = delete;
1792 DotCfgDiffNode(DotCfgDiff &G, unsigned N, const BlockDataT<DCData> &BD, in DotCfgDiffNode() function in __anon94a753662a11::DotCfgDiffNode
1795 DotCfgDiffNode(const DotCfgDiffNode &DN) in DotCfgDiffNode() function in __anon94a753662a11::DotCfgDiffNode
1879 const DotCfgDiffNode &getNode(unsigned N) const { in getNode()
1897 std::vector<DotCfgDiffNode> Nodes;
1904 std::string DotCfgDiffNode::getBodyContent() const { in getBodyContent()
2037 DotCfgDiffNode &SourceNode = Nodes[NodePosition[Source]]; in DotCfgDiff()
2086 void DotCfgDiffNode::createDisplayEdges( in createDisplayEdges()
2095 const DotCfgDiffNode *SinkNode = &Graph.getNode(SinkNodeIndex); in createDisplayEdges()
2104 void DotCfgDiffNode::finalize(DotCfgDiff &G) { in finalize()