Package | Description |
---|---|
org.jikesrvm.compilers.opt.ir | |
org.jikesrvm.compilers.opt.liveness | |
org.jikesrvm.compilers.opt.regalloc |
Modifier and Type | Field and Description |
---|---|
private LiveInterval |
IR.livenessInformation
Information about liveness,
null if not yet computed. |
Modifier and Type | Method and Description |
---|---|
LiveInterval |
IR.getLivenessInformation() |
Modifier and Type | Method and Description |
---|---|
void |
IR.setLivenessInformation(LiveInterval liveInterval) |
Modifier and Type | Field and Description |
---|---|
private LiveInterval |
LiveAnalysis.liveIntervals |
Modifier and Type | Method and Description |
---|---|
private void |
GenericRegisterRestrictions.processBlock(BasicBlock bb,
LiveInterval liveness)
Records all the register restrictions dictated by live ranges on a
particular basic block.
|