Uses of Package
org.jikesrvm.compilers.opt.dfsolver

Packages that use org.jikesrvm.compilers.opt.dfsolver
org.jikesrvm.compilers.opt.controlflow   
org.jikesrvm.compilers.opt.dfsolver   
org.jikesrvm.compilers.opt.ir   
org.jikesrvm.compilers.opt.ssa   
 

Classes in org.jikesrvm.compilers.opt.dfsolver used by org.jikesrvm.compilers.opt.controlflow
DF_AbstractCell
          Represents a single lattice cell in a dataflow system.
DF_LatticeCell
          Represents a single lattice cell in a dataflow equation system.
DF_Operator
          Represents a function for DF_LatticeCell values.
DF_Solution
          Represents the solution to a system of Data Flow equations.
DF_System
          Represents a system of Data Flow equations Implementation Note: The set of equations is internally represented as a graph (actually a SpaceEffGraph).
 

Classes in org.jikesrvm.compilers.opt.dfsolver used by org.jikesrvm.compilers.opt.dfsolver
DF_Equation
          Represents a single Data Flow equation.
DF_LatticeCell
          Represents a single lattice cell in a dataflow equation system.
DF_Operator
          Represents a function for DF_LatticeCell values.
DF_Solution
          Represents the solution to a system of Data Flow equations.
 

Classes in org.jikesrvm.compilers.opt.dfsolver used by org.jikesrvm.compilers.opt.ir
DF_Solution
          Represents the solution to a system of Data Flow equations.
 

Classes in org.jikesrvm.compilers.opt.dfsolver used by org.jikesrvm.compilers.opt.ssa
DF_AbstractCell
          Represents a single lattice cell in a dataflow system.
DF_LatticeCell
          Represents a single lattice cell in a dataflow equation system.
DF_Operator
          Represents a function for DF_LatticeCell values.
DF_Solution
          Represents the solution to a system of Data Flow equations.
DF_System
          Represents a system of Data Flow equations Implementation Note: The set of equations is internally represented as a graph (actually a SpaceEffGraph).