org.jikesrvm.compilers.opt.controlflow
Class LoopUnrolling.RealDefs
java.lang.Object
org.jikesrvm.compilers.opt.controlflow.LoopUnrolling.RealDefs
- All Implemented Interfaces:
- Enumeration<Operand>, OperandEnumeration
- Enclosing class:
- LoopUnrolling
static final class LoopUnrolling.RealDefs
- extends Object
- implements OperandEnumeration
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
defs
private RegisterOperandEnumeration defs
use
private Operand use
others
private LoopUnrolling.RealDefs others
LoopUnrolling.RealDefs
public LoopUnrolling.RealDefs(Operand use)
LoopUnrolling.RealDefs
public LoopUnrolling.RealDefs(Operand use,
int visit)
init
private void init(Operand use)
next
public Operand next()
- Description copied from interface:
OperandEnumeration
- Same as nextElement but avoid the need to downcast from Object
- Specified by:
next in interface OperandEnumeration
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements in interface Enumeration<Operand>
nextElement
public Operand nextElement()
- Specified by:
nextElement in interface Enumeration<Operand>
nextClear
public Operand nextClear()