Package | Description |
---|---|
org.jikesrvm.compilers.opt.ir | |
org.jikesrvm.compilers.opt.ssa |
SSA implementation (disabled because of bugs, see entry in issue tracker).
|
Modifier and Type | Field and Description |
---|---|
SSAOptions |
IR.actualSSAOptions
Options that define the SSA properties
currently carried by the IR. |
SSAOptions |
IR.desiredSSAOptions
Options that define the SSA properties
desired the next time we enter SSA form. |
Modifier and Type | Field and Description |
---|---|
private SSAOptions |
LoopVersioning.desiredSSAOptions
SSA options
|
Modifier and Type | Method and Description |
---|---|
(package private) boolean |
SSAOptions.satisfies(SSAOptions d)
Given a desired set of SSA Options, does this set of SSA Options
describe enough information to satisfy the desire?
|