org.jikesrvm.compilers.opt.ssa
Class ValueGraphEdge
java.lang.Object
org.jikesrvm.compilers.opt.util.SpaceEffGraphEdge
org.jikesrvm.compilers.opt.ssa.ValueGraphEdge
- All Implemented Interfaces:
- GraphEdge
final class ValueGraphEdge
- extends SpaceEffGraphEdge
This class implements an edge in the value graph used in global value
numbering
ala Alpern, Wegman and Zadeck. See Muchnick p.348 for a nice
discussion.
Methods inherited from class org.jikesrvm.compilers.opt.util.SpaceEffGraphEdge |
backEdge, clearBackEdge, clearDominatorEdge, clearVisited, dominatorEdge, from, fromNode, fromNodeString, getInfo, getNextIn, getNextOut, getTypeString, setBackEdge, setDominatorEdge, setInfo, setVisited, to, toNode, toNodeString, visited |
ValueGraphEdge
ValueGraphEdge(ValueGraphVertex src,
ValueGraphVertex target)
toString
public String toString()
- Overrides:
toString
in class Object