Package | Description |
---|---|
org.jikesrvm.compilers.opt.controlflow | |
org.jikesrvm.compilers.opt.dfsolver | |
org.jikesrvm.compilers.opt.ir | |
org.jikesrvm.compilers.opt.ssa |
SSA implementation (disabled because of bugs, see entry in issue tracker).
|
Class and Description |
---|
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).
|
Class and Description |
---|
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.
|
Class and Description |
---|
DF_Solution
Represents the solution to a system of Data Flow equations.
|
Class and Description |
---|
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).
|