#include <newDDG.h>
Definition at line 23 of file newDDG.h.
SDG::DataDependenceGraph::DataDependenceGraph |
( |
) | |
|
|
inline |
The default constructor.
Definition at line 31 of file newDDG.h.
The constructor building the DDG from a CFG.
Definition at line 34 of file newDDG.h.
References build().
void SDG::DataDependenceGraph::toDot |
( |
const std::string & |
filename) | |
const |
Write the DDG to a dot file.
void SDG::DataDependenceGraph::writeGraphNode |
( |
std::ostream & |
out, |
|
|
const Vertex & |
node |
|
) |
| const |
|
protected |
This function helps to write the DOT file for vertices.
void SDG::DataDependenceGraph::writeGraphEdge |
( |
std::ostream & |
out, |
|
|
const Edge & |
edge |
|
) |
| const |
|
protected |
This function helps to write the DOT file for edges.
The documentation for this class was generated from the following file: