Package | Description |
---|---|
org.jikesrvm.compilers.opt.controlflow | |
org.jikesrvm.compilers.opt.ssa |
SSA implementation (disabled because of bugs, see entry in issue tracker).
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
DominatorCell
DominatorCell represents a set of basic blocks, used in
the dataflow calculation
|
Modifier and Type | Class and Description |
---|---|
(package private) static class |
IndexPropagation.ArrayCell
An ArrayCell is a lattice cell for the index propagation
problem, used in redundant load elimination for one-dimensional arrays.
|
(package private) static class |
IndexPropagation.ObjectCell
An ObjectCell is a lattice cell for the index propagation
problem, used in redundant load elimination for fields.
|