Skip to content

SimpleDirectedGraphNode::addSuccessor

add an edge from the current node to n

Synopsis

Declared in <src/midend/programAnalysis/staticInterproceduralSlicing/SimpleDirectedGraph.h>

void
addSuccessor(SimpleDirectedGraphNode* n);

Parameters

Name

Description

n

This is a node in the directed graph. All the connectivity information for the graph is captured in this (by way of the successor and predecessor sets).

Created with MrDocs