Skip to content

SimpleDirectedGraphNode::getPredecessors

get the nodes which point to the current node

Synopsis

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

std::set<SimpleDirectedGraphNode*>
getPredecessors();

Created with MrDocs