|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GraphEdge | |
---|---|
org.jikesrvm.compilers.opt.depgraph | |
org.jikesrvm.compilers.opt.regalloc | |
org.jikesrvm.compilers.opt.ssa | |
org.jikesrvm.compilers.opt.util |
Uses of GraphEdge in org.jikesrvm.compilers.opt.depgraph |
---|
Classes in org.jikesrvm.compilers.opt.depgraph that implement GraphEdge | |
---|---|
class |
DepGraphEdge
Dependence graph edges: connect operands of different instructions represented by dependence graph nodes. |
Uses of GraphEdge in org.jikesrvm.compilers.opt.regalloc |
---|
Classes in org.jikesrvm.compilers.opt.regalloc that implement GraphEdge | |
---|---|
(package private) static class |
CoalesceGraph.Edge
|
Uses of GraphEdge in org.jikesrvm.compilers.opt.ssa |
---|
Classes in org.jikesrvm.compilers.opt.ssa that implement GraphEdge | |
---|---|
(package private) class |
ValueGraphEdge
This class implements an edge in the value graph used in global value numbering ala Alpern, Wegman and Zadeck. |
Uses of GraphEdge in org.jikesrvm.compilers.opt.util |
---|
Classes in org.jikesrvm.compilers.opt.util with type parameters of type GraphEdge | |
---|---|
static interface |
SpaceEffGraphNode.GraphEdgeEnumeration<T extends GraphEdge>
|
Classes in org.jikesrvm.compilers.opt.util that implement GraphEdge | |
---|---|
class |
SpaceEffGraphEdge
SpaceEffGraphEdge is a generic graph edge. |
Methods in org.jikesrvm.compilers.opt.util that return GraphEdge | |
---|---|
GraphEdge |
SpaceEffGraphNode.OutEdgeEnumeration.next()
|
GraphEdge |
SpaceEffGraphNode.OutEdgeEnumeration.nextElement()
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |