harpoon.Analysis
Interface InterferenceGraph

All Superinterfaces:
Grapher<Temp>
All Known Implementing Classes:
QuadInterferenceGraph

public interface InterferenceGraph
extends Grapher<Temp>

InterferenceGraph is an abstract interface for interference graphs.

Version:
$Id: InterferenceGraph.java,v 1.3 2002/04/10 02:58:48 cananian Exp $
Author:
C. Scott Ananian <cananian@alumni.princeton.edu>

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

Method Detail

moves

List<HCodeElement> moves()

spillCost

int spillCost(Temp t)