Uses of Interface
org.jikesrvm.compilers.opt.ir.RegisterOperandEnumeration

Packages that use RegisterOperandEnumeration
org.jikesrvm.compilers.opt   
org.jikesrvm.compilers.opt.controlflow   
 

Uses of RegisterOperandEnumeration in org.jikesrvm.compilers.opt
 

Classes in org.jikesrvm.compilers.opt that implement RegisterOperandEnumeration
private static class DefUse.RegOpListWalker
          Utility class to encapsulate walking a use/def list.
 

Methods in org.jikesrvm.compilers.opt that return RegisterOperandEnumeration
static RegisterOperandEnumeration DefUse.defs(Register reg)
          Enumerate all operands that def a given register.
static RegisterOperandEnumeration DefUse.uses(Register reg)
          Enumerate all operands that use a given register.
 

Uses of RegisterOperandEnumeration in org.jikesrvm.compilers.opt.controlflow
 

Fields in org.jikesrvm.compilers.opt.controlflow declared as RegisterOperandEnumeration
private  RegisterOperandEnumeration LoopUnrolling.RealDefs.defs