Class InterproceduralCFG#
Defined in File interproceduralCFG.h
Inheritance Relationships#
Base Type#
public StaticCFG::CFG(Class CFG)
Class Documentation#
-
class InterproceduralCFG : public StaticCFG::CFG#
Public Functions
-
inline InterproceduralCFG()#
-
inline InterproceduralCFG(SgNode *node, bool is_filtered = false)#
-
inline SgNode *getEntry()#
-
inline SgIncidenceDirectedGraph *getGraph()#
-
inline SgGraphNode *getGraphNode(CFGNode n)#
Protected Functions
-
virtual void buildCFG(CFGNode n, std::map<CFGNode, SgGraphNode*> &all_nodes, std::set<CFGNode> &explored, ClassHierarchyWrapper *classHierarchy)#
-
inline InterproceduralCFG()#