Class ValueFolding
java.lang.Object
EDU.purdue.cs.bloat.trans.ValueFolding
ValueFolding uses a ValueFolder to determine which
nodes in an expression tree can be removed or replaced by common expression
elimination and constant propagation.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DEBUG
public static boolean DEBUG -
DUMP
public static boolean DUMP -
SAVEDUMP
public static boolean SAVEDUMP
-
-
Constructor Details
-
ValueFolding
public ValueFolding()
-
-
Method Details
-
transform
-