Lines Matching refs:DotCfgDiffNode
1412 class DotCfgDiffNode;
1416 class DotCfgDiffNode { class
1418 DotCfgDiffNode() = delete;
1422 DotCfgDiffNode(DotCfgDiff &G, unsigned N, const BlockDataT<DCData> &BD, in DotCfgDiffNode() function in __anone1b304962011::DotCfgDiffNode
1425 DotCfgDiffNode(const DotCfgDiffNode &DN) in DotCfgDiffNode() function in __anone1b304962011::DotCfgDiffNode
1509 const DotCfgDiffNode &getNode(unsigned N) const { in getNode()
1527 std::vector<DotCfgDiffNode> Nodes;
1534 std::string DotCfgDiffNode::getBodyContent() const { in getBodyContent()
1668 DotCfgDiffNode &SourceNode = Nodes[NodePosition[Source]]; in DotCfgDiff()
1717 void DotCfgDiffNode::createDisplayEdges( in createDisplayEdges()
1726 const DotCfgDiffNode *SinkNode = &Graph.getNode(SinkNodeIndex); in createDisplayEdges()
1735 void DotCfgDiffNode::finalize(DotCfgDiff &G) { in finalize()