SimpleDirectedGraphNode::_preds
the set of neighbors connected by incoming edges
Synopsis
Declared in <src/midend/programAnalysis/staticInterproceduralSlicing/SimpleDirectedGraph.h>
std::set<SimpleDirectedGraphNode*> _preds;
Created with MrDocs
the set of neighbors connected by incoming edges
Declared in <src/midend/programAnalysis/staticInterproceduralSlicing/SimpleDirectedGraph.h>
std::set<SimpleDirectedGraphNode*> _preds;
Created with MrDocs