1 #ifndef _______DDG_H__________
2 #define _______DDG_H__________
13 typedef std::vector<SgInitializedName*>
VarName;
23 class DataDependenceGraph :
public boost::adjacency_list<boost::vecS, boost::vecS, boost::bidirectionalS,
24 StaticCFG::CFGNodePtr, DDGEdge>
27 typedef boost::graph_traits<DataDependenceGraph>::vertex_descriptor
Vertex;
28 typedef boost::graph_traits<DataDependenceGraph>::edge_descriptor
Edge;
43 void toDot(
const std::string& filename)
const;