final class LoopUnrolling.RealDefs extends Object implements Enumeration<Operand>
Modifier and Type | Field and Description |
---|---|
private Enumeration<RegisterOperand> |
defs |
private LoopUnrolling.RealDefs |
others |
private Operand |
use |
Constructor and Description |
---|
RealDefs(Operand use) |
RealDefs(Operand use,
int visit) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasMoreElements() |
private void |
init(Operand use) |
Operand |
nextClear() |
Operand |
nextElement() |
private Enumeration<RegisterOperand> defs
private LoopUnrolling.RealDefs others
public boolean hasMoreElements()
hasMoreElements
in interface Enumeration<Operand>
public Operand nextElement()
nextElement
in interface Enumeration<Operand>