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 |
---|---|
SSADictionary |
HIRInfo.dictionary
Place to hang Heap SSA information.
|
Modifier and Type | Field and Description |
---|---|
private SSADictionary |
IndexPropagationSystem.ssa
Heap Array SSA lookaside information for the IR.
|
private SSADictionary |
LICM.ssad |
Constructor and Description |
---|
AllInstructionEnumeration(BasicBlock bb,
SSADictionary dict)
Construct an enumeration for all instructions, both implicit and
explicit in the IR, for a given basic block
|