Package | Description |
---|---|
org.jikesrvm.compilers.opt.ir |
Modifier and Type | Class and Description |
---|---|
private static class |
Instruction.MOE
Enumerate the memory operands of an instruction
|
private static class |
Instruction.OE
enumerate leaf operands in the given ranges
|
private static class |
Instruction.OEDefsOnly
Enumerate the def operands of an instruction (ignores memory
operands, since the contained operands of a MO are uses).
|
private static class |
Instruction.ROE
Enumerate the root operands of an instruction
|