harpoon.Analysis.LowQuad.Loop
Class AllInductions
java.lang.Object
|
+--harpoon.Analysis.LowQuad.Loop.AllInductions
- public class AllInductions
- extends Object
AllInductions
- Version:
- $Id: AllInductions.java,v 1.3 2002/02/26 22:40:40 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 |
AllInductions
public AllInductions(TempMap tm,
HCode hc)
- Creates a
AllInductions
object.
doAllInductions
public HashMap doAllInductions(Loops lp,
WorkSet invariants,
HashMap basicinductions)
- Returns a Hashmap mapping induction
Temp
s
to Induction
objects containing information
on their derivation.