org.jikesrvm.compilers.opt.ir
Class Instruction.OEDefsOnly
java.lang.Object
org.jikesrvm.compilers.opt.ir.Instruction.BASE_OE
org.jikesrvm.compilers.opt.ir.Instruction.OEDefsOnly
- All Implemented Interfaces:
- Enumeration<Operand>
- Enclosing class:
- Instruction
private static final class Instruction.OEDefsOnly
- extends Instruction.BASE_OE
Enumerate the def operands of an instruction (ignores memory
operands, since the contained operands of a MO are uses).
Method Summary |
protected void |
advance()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Instruction.OEDefsOnly
public Instruction.OEDefsOnly(Instruction instr,
int start,
int end)
advance
protected void advance()
- Specified by:
advance
in class Instruction.BASE_OE