|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectharpoon.Analysis.Liveness<HCE>
public abstract class Liveness<HCE extends HCodeElement>
Liveness
defines an abstract class for live variable analysis.
Field Summary | |
---|---|
protected HCode<HCE> |
hc
The HCode for which this object contains analysis
results. |
Constructor Summary | |
---|---|
Liveness(HCode<HCE> hc)
Creates a Liveness object from
provided HCode . |
Method Summary | |
---|---|
abstract Set<Temp> |
getLiveIn(HCE hce)
Returns the Set of Temp s
that are live-in at the HCodeElement . |
abstract Set<Temp> |
getLiveOut(HCE hce)
Returns the Set of Temp s
that are live-out at the HCodeElement . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final HCode<HCE extends HCodeElement> hc
HCode
for which this object contains analysis
results.
Constructor Detail |
---|
public Liveness(HCode<HCE> hc)
Liveness
object from
provided HCode
.
Method Detail |
---|
public abstract Set<Temp> getLiveIn(HCE hce)
Set
of Temp
s
that are live-in at the HCodeElement
.
public abstract Set<Temp> getLiveOut(HCE hce)
Set
of Temp
s
that are live-out at the HCodeElement
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |