public static class LinearScan.BlockData extends Object
Modifier and Type | Field and Description |
---|---|
BitSet |
liveGen
Bit map specifying which operands are used (before being defined) in this block.
|
BitSet |
liveIn
Bit map specifying which operands are live upon entry to this block.
|
BitSet |
liveKill
Bit map specifying which operands are defined/overwritten in this block.
|
BitSet |
liveOut
Bit map specifying which operands are live upon exit from this block.
|
Constructor and Description |
---|
BlockData() |
public BitSet liveIn
public BitSet liveOut
public BitSet liveGen
public BitSet liveKill
public BlockData()