Package | Description |
---|---|
org.jikesrvm.compilers.opt |
Modifier and Type | Method and Description |
---|---|
private void |
LocalCSE.checkHelper(IR ir,
LocalCSE.AvExCache cache,
Instruction inst)
Process a check instruction
|
private void |
LocalCSE.expressionHelper(IR ir,
LocalCSE.AvExCache cache,
Instruction inst)
Process a unary or binary expression.
|
private void |
LocalCSE.loadHelper(IR ir,
LocalCSE.AvExCache cache,
Instruction inst)
Process a load instruction
|
private void |
LocalCSE.storeHelper(LocalCSE.AvExCache cache,
Instruction inst)
Process a store instruction
|
private static void |
LocalCSE.typeCheckHelper(IR ir,
LocalCSE.AvExCache cache,
Instruction inst)
Process a type check instruction
|