public class ExprPropagation
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
DEBUG |
| Constructor and Description |
|---|
ExprPropagation(FlowGraph cfg)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
transform()
Performs the propagation.
|
public ExprPropagation(FlowGraph cfg)
cfg - The control flow graph on which expression propagation is
being performed.