|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jikesrvm.compilers.opt.liveness.LiveAnalysis.BBLiveElement
public static final class LiveAnalysis.BBLiveElement
Field Summary | |
---|---|
private LiveSet |
BBKillSet
|
private boolean |
containsPEIWithHandler
|
private LiveSet |
firstPEIKillSet
|
private LiveSet |
gen
|
private LiveSet |
in
|
Constructor Summary | |
---|---|
LiveAnalysis.BBLiveElement()
The constructor |
Method Summary | |
---|---|
LiveSet |
BBKillSet()
Returns the kill set |
void |
createKillAndGen()
creates (allocates) the Gen and Kill Sets |
LiveSet |
firstPEIKillSet()
Returns the first PEI kill set, i.e., the Kill set up to the first PEI |
boolean |
getContainsPEIWithHandler()
Returns whether this block has a PEI with a handler in this method |
LiveSet |
getGen()
Returns the Gen set |
LiveSet |
getIn()
Returns the In set |
void |
setContainsPEIWithHandler(boolean value)
|
String |
toString()
creates a string representation of this object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private LiveSet gen
private LiveSet BBKillSet
private LiveSet firstPEIKillSet
private final LiveSet in
private boolean containsPEIWithHandler
Constructor Detail |
---|
LiveAnalysis.BBLiveElement()
Method Detail |
---|
public LiveSet BBKillSet()
public LiveSet firstPEIKillSet()
public LiveSet getGen()
public LiveSet getIn()
public boolean getContainsPEIWithHandler()
public void setContainsPEIWithHandler(boolean value)
value
- whether this block has a PEI with a handler in this methodpublic void createKillAndGen()
public String toString()
toString
in class Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |