Main Page Modules Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages
SSA Class Referencetransform a block into SSA form.
More...
#include <ssa.h>
List of all members.
Detailed Description
transform a block into SSA form.
Definition at line 78 of file ssa.h.
Constructor & Destructor Documentation
SSA::SSA |
( |
procNode * |
proc, |
|
|
bool |
forward = true, |
|
|
bool |
rename = true |
|
) |
|
|
|
Definition at line 41 of file ssa.cc.
References _cfg, _root, basicblock_list_p, Block, procNode::body(), basicblockNode::info(), place_phi_functions(), rename(), stmt_list, stmt_list_p, blockNode::stmts(), and Node::typ(). |
Member Function Documentation
void SSA::print |
( |
|
) |
[inline] |
|
Member Data Documentation
|
The root node.
Definition at line 86 of file ssa.h.
Referenced by SSA(). |
The documentation for this class was generated from the following files:
|