public static final class LiveAnalysis.BBLiveElement extends Object
Modifier and Type | Field and Description |
---|---|
private LiveSet |
BBKillSet |
private boolean |
containsPEIWithHandler |
private LiveSet |
firstPEIKillSet |
private LiveSet |
gen |
private LiveSet |
in |
Constructor and Description |
---|
BBLiveElement()
The constructor
|
Modifier and Type | Method and Description |
---|---|
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
|
private LiveSet firstPEIKillSet
private boolean containsPEIWithHandler
BBLiveElement()
public LiveSet firstPEIKillSet()
public boolean getContainsPEIWithHandler()
public void setContainsPEIWithHandler(boolean value)
value
- whether this block has a PEI with a handler in this methodpublic void createKillAndGen()