harpoon.Analysis.Quads
Class SSIToSSAMap

java.lang.Object
  extended by harpoon.Analysis.Quads.SSIToSSAMap
All Implemented Interfaces:
TempMap

public class SSIToSSAMap
extends Object
implements TempMap

An SSIToSSAMap allows you to look at an SSI representation "with glasses on" so that it appears as SSA. This is often useful when the additional value-information discrimination of SSI form is unnecessary, but converting the input to SSA is undesirable.

Version:
$Id: SSIToSSAMap.java,v 1.4 2004/02/08 03:20:10 cananian Exp $
Author:
Brian Demsky <bdemsky@mit.edu>

Constructor Summary
SSIToSSAMap(HCode hc)
          Creates a SSIToSSAMap for the HCode hc.
 
Method Summary
 Temp tempMap(Temp t)
          Rename a single Temp.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SSIToSSAMap

public SSIToSSAMap(HCode hc)
Creates a SSIToSSAMap for the HCode hc.

Method Detail

tempMap

public Temp tempMap(Temp t)
Description copied from interface: TempMap
Rename a single Temp.

Specified by:
tempMap in interface TempMap