Uses of Class
org.jikesrvm.compilers.opt.ssa.ValueNumberPair

Packages that use ValueNumberPair
org.jikesrvm.compilers.opt.ssa   
 

Uses of ValueNumberPair in org.jikesrvm.compilers.opt.ssa
 

Fields in org.jikesrvm.compilers.opt.ssa declared as ValueNumberPair
private  ValueNumberPair[] IndexPropagation.ArrayCell.numbers
          a set of value number pairs comparising this lattice cell.
private  ValueNumberPair IndexPropagationSystem.UpdateDefArrayOperator.v
          The value number pair used in the dataflow equation.
private  ValueNumberPair IndexPropagationSystem.UpdateUseArrayOperator.v
          The value number pair used in the dataflow equation.
 

Methods in org.jikesrvm.compilers.opt.ssa that return ValueNumberPair
(package private)  ValueNumberPair[] IndexPropagation.ArrayCell.copyValueNumbers()
          Return a deep copy of the value numbers in this cell
 

Methods in org.jikesrvm.compilers.opt.ssa with parameters of type ValueNumberPair
 int ValueNumberPair.compareTo(ValueNumberPair p)
           
static boolean IndexPropagation.ArrayCell.setsDiffer(ValueNumberPair[] set1, ValueNumberPair[] set2)
          Do two sets of value number pairs differ?
static boolean IndexPropagation.ArrayCell.setsDiffer(ValueNumberPair[] set1, ValueNumberPair[] set2)
          Do two sets of value number pairs differ?
 

Constructors in org.jikesrvm.compilers.opt.ssa with parameters of type ValueNumberPair
ValueNumberPair(ValueNumberPair p)
          Copy a pair