private final class ScratchMap.SymbolicInterval extends ScratchMap.Interval
Note that this interval must not span a basic block.
Modifier and Type | Field and Description |
---|---|
private Register |
symbolic
The symbolic register
|
begin, end, scratch
Constructor and Description |
---|
SymbolicInterval(Register symbolic,
Register scratch) |
Modifier and Type | Method and Description |
---|---|
String |
toString()
Return a string representation, assuming the 'scratch' field of
Instruction identifies an instruction.
|
contains
SymbolicInterval(Register symbolic, Register scratch)