Uses of Class
org.jikesrvm.compilers.opt.dfsolver.DF_AbstractCell

Packages that use DF_AbstractCell
org.jikesrvm.compilers.opt.controlflow   
org.jikesrvm.compilers.opt.ssa   
 

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

Subclasses of DF_AbstractCell in org.jikesrvm.compilers.opt.controlflow
(package private)  class DominatorCell
          DominatorCell represents a set of basic blocks, used in the dataflow calculation
 

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

Subclasses of DF_AbstractCell in org.jikesrvm.compilers.opt.ssa
(package private) static class IndexPropagation.ArrayCell
          An ArrayCell is a lattice cell for the index propagation problem, used in redundant load elimination for one-dimensional arrays.
(package private) static class IndexPropagation.ObjectCell
          An ObjectCell is a lattice cell for the index propagation problem, used in redundant load elimination for fields.