harpoon.Analysis
Interface InterferenceGraph

All Superinterfaces:
Grapher
All Known Implementing Classes:
QuadInterferenceGraph

public interface InterferenceGraph
extends Grapher

InterferenceGraph is an abstract interface for interference graphs.

Version:
$Id: InterferenceGraph.java,v 1.2 2002/02/25 20:56:10 cananian Exp $
Author:
C. Scott Ananian <cananian@alumni.princeton.edu>

Method Summary
 List moves()
           
 int spillCost(Temp t)
           
 
Methods inherited from interface harpoon.Util.Grapher
isEdge, predSet, succSet
 

Method Detail

moves

public List moves()

spillCost

public int spillCost(Temp t)