SimpleDirectedGraph::nodeExists
Check if a node containing data is in the graph
Synopsis
Declared in <src/midend/programAnalysis/staticInterproceduralSlicing/SimpleDirectedGraph.h>
bool
nodeExists(SimpleDirectedGraphNode* node);
Parameters
Name |
Description |
node |
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