Struct myControlFlowGraph#

Struct Documentation#

struct myControlFlowGraph#

The whole CFG structure, including some external properties.

Public Members

simpleGraph graph#
std::vector<std::vector<SgNode*>> node_statements#
std::vector<CFGConfig::EdgeType> edge_type#
std::vector<std::pair<SgNode*, bool>> edge_insertion_point#