public class Op02RedundantStoreRewriter
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static Op02RedundantStoreRewriter |
INSTANCE |
Modifier | Constructor and Description |
---|---|
private |
Op02RedundantStoreRewriter() |
Modifier and Type | Method and Description |
---|---|
static void |
rewrite(java.util.List<Op02WithProcessedDataAndRefs> instrs,
int maxLocals) |
private void |
rewriteInstrs(java.util.List<Op02WithProcessedDataAndRefs> instrs,
int maxLocals) |
private static final Op02RedundantStoreRewriter INSTANCE
private void rewriteInstrs(java.util.List<Op02WithProcessedDataAndRefs> instrs, int maxLocals)
public static void rewrite(java.util.List<Op02WithProcessedDataAndRefs> instrs, int maxLocals)