harpoon.Analysis.MemOpt
Class SSILiveness

java.lang.Object
  extended by harpoon.Analysis.MemOpt.SSILiveness

public class SSILiveness
extends Object


Constructor Summary
SSILiveness(HCode hcode)
           
 
Method Summary
 Set getLiveOn(Edge edge)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SSILiveness

public SSILiveness(HCode hcode)
Method Detail

getLiveOn

public Set getLiveOn(Edge edge)

toString

public String toString()
Overrides:
toString in class Object