harpoon.Temp
Interface TempMap

All Known Subinterfaces:
WritableTempMap
All Known Implementing Classes:
CloningTempMap, EqTempSets, LoopMap, RegAlloc, SSIToSSAMap

public interface TempMap

A TempMap maps one Temp to another Temp. It is typically used to represent a set of variable renamings.

Version:
$Id: TempMap.java,v 1.3 2002/02/25 21:07:05 cananian Exp $
Author:
C. Scott Ananian <cananian@alumni.princeton.edu>

Method Summary
 Temp tempMap(Temp t)
          Rename a single Temp.
 

Method Detail

tempMap

Temp tempMap(Temp t)
Rename a single Temp.