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