GPUOcelot
|
SSA Graph, used as a helper by the dataflow graph to convert into SSA form. More...
#include <SSAGraph.h>
Classes | |
class | Block |
Public Member Functions | |
SSAGraph (DataflowGraph &graph) | |
void | toSsa () |
void | fromSsa () |
SSA Graph, used as a helper by the dataflow graph to convert into SSA form.
analysis::SSAGraph::SSAGraph | ( | DataflowGraph & | graph | ) |
void analysis::SSAGraph::fromSsa | ( | ) |
void analysis::SSAGraph::toSsa | ( | ) |