RegAlloc
Class Liveness

java.lang.Object
  extended by Graph.Graph
      extended by RegAlloc.InterferenceGraph
          extended by RegAlloc.Liveness

public class Liveness
extends InterferenceGraph


Constructor Summary
Liveness(AssemFlowGraph flow, Frame frame)
           
 
Method Summary
 java.util.List<Move> moves()
           
 void show(java.io.PrintWriter out)
          Print a human-readable dump for debugging.
 
Methods inherited from class Graph.Graph
addEdge, get, nodes, rmEdge, size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Liveness

public Liveness(AssemFlowGraph flow,
                Frame frame)
Method Detail

moves

public java.util.List<Move> moves()
Specified by:
moves in class InterferenceGraph

show

public void show(java.io.PrintWriter out)
Description copied from class: Graph
Print a human-readable dump for debugging.

Overrides:
show in class Graph