Class ExprPropagation
java.lang.Object
EDU.purdue.cs.bloat.trans.ExprPropagation
Performs copy and constant propagation on the blocks in a control flow graph.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DEBUG
public static boolean DEBUG
-
-
Constructor Details
-
ExprPropagation
Constructor.- Parameters:
cfg- The control flow graph on which expression propagation is being performed.
-
-
Method Details
-
transform
public void transform()Performs the propagation.
-