org.jikesrvm.compilers.opt.regalloc
Class CoalesceGraph.Edge

java.lang.Object
  extended by org.jikesrvm.compilers.opt.util.SpaceEffGraphEdge
      extended by org.jikesrvm.compilers.opt.regalloc.CoalesceGraph.Edge
All Implemented Interfaces:
GraphEdge
Enclosing class:
CoalesceGraph

static class CoalesceGraph.Edge
extends SpaceEffGraphEdge


Field Summary
private  int w
           
 
Fields inherited from class org.jikesrvm.compilers.opt.util.SpaceEffGraphEdge
_fromNode, _toNode, nextIn, nextOut, scratch
 
Constructor Summary
CoalesceGraph.Edge(CoalesceGraph.Node src, CoalesceGraph.Node dest)
           
 
Method Summary
(package private)  void addWeight(int x)
           
(package private)  int getWeight()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

w

private int w
Constructor Detail

CoalesceGraph.Edge

CoalesceGraph.Edge(CoalesceGraph.Node src,
                   CoalesceGraph.Node dest)
Method Detail

addWeight

void addWeight(int x)

getWeight

int getWeight()