Package | Description |
---|---|
org.jikesrvm.compilers.opt.depgraph |
Provides classes that implement a dependence graph.
|
org.jikesrvm.compilers.opt.regalloc | |
org.jikesrvm.compilers.opt.ssa |
SSA implementation (disabled because of bugs, see entry in issue tracker).
|
org.jikesrvm.compilers.opt.util |
Modifier and Type | Class and Description |
---|---|
class |
DepGraphEdge
Dependence graph edges: connect operands of different instructions
represented by dependence graph nodes.
|
Modifier and Type | Class and Description |
---|---|
(package private) static class |
CoalesceGraph.Edge |
Modifier and Type | Class and Description |
---|---|
(package private) class |
ValueGraphEdge
This class implements an edge in the value graph used in global value
numbering
ala Alpern, Wegman and Zadeck.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
SpaceEffGraphNode.GraphEdgeEnumeration<T extends GraphEdge> |
Modifier and Type | Class and Description |
---|---|
class |
SpaceEffGraphEdge
SpaceEffGraphEdge is a generic graph edge.
|
Modifier and Type | Method and Description |
---|---|
GraphEdge |
SpaceEffGraphNode.OutEdgeEnumeration.next() |
GraphEdge |
SpaceEffGraphNode.OutEdgeEnumeration.nextElement() |