harpoon.Analysis.Quads
Class SSIToSSAMap
java.lang.Object
|
+--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.2 2002/02/25 20:59:23 cananian Exp $
- Author:
- Brian Demsky <bdemsky@mit.edu>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SSIToSSAMap
public SSIToSSAMap(HCode hc)
- Creates a
SSIToSSAMap
for the HCode
hc
.
tempMap
public Temp tempMap(Temp t)
- Description copied from interface:
TempMap
- Rename a single
Temp
.
- Specified by:
tempMap
in interface TempMap