harpoon.Analysis
Class Place
java.lang.Object
|
+--harpoon.Analysis.Place
- public class Place
- extends Object
Place
determines the proper locations for phi/sigma
functions. This is the placement algorithm detailed in my
thesis.
- Version:
- $Id: Place.java,v 1.11 2002/02/25 20:56:10 cananian Exp $
- Author:
- C. Scott Ananian <cananian@alumni.princeton.edu>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Place
public Place(HCode hc,
Liveness live)
- Creates a
Place
.
phiNeeded
public Temp[] phiNeeded(HCodeElement n)
sigNeeded
public Temp[] sigNeeded(HCodeElement n)