Package | Description |
---|---|
org.jikesrvm.compilers.opt.liveness |
Modifier and Type | Field and Description |
---|---|
private LiveAnalysis.BBLiveElement[] |
LiveAnalysis.bbLiveInfo
Temporary live information associated with each basic block
|
Modifier and Type | Method and Description |
---|---|
LiveAnalysis.BBLiveElement |
LiveAnalysis.getLiveInfo(BasicBlock bb)
REturns the live information for a particular block
|