Skip to content

SimpleDirectedGraph::removeLink

Remove a linkt between "from" and "to"

Synopsis

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

virtual
void
removeLink(
    SimpleDirectedGraphNode* from,
    SimpleDirectedGraphNode* to);

Parameters

Name

Description

from

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).

to

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