Method | Description | |
---|---|---|
Add ( |
||
AddDefPosition ( |
||
AddLiveInterval ( |
||
AddLiveInterval ( |
||
AddUsePosition ( |
||
GetIntervalAt ( |
Gets the interval at.
|
|
GetIntervalAtOrEndsAt ( |
Gets the interval at or ends at.
|
|
Remove ( |
||
ReplaceWithSplit ( |
||
ToString ( ) : string |
Returns a System.String that represents this instance.
|
|
VirtualRegister ( Operand virtualRegister ) : System.Collections.Generic | ||
VirtualRegister ( Register physicalRegister, bool reserved ) : System.Collections.Generic |
public Add ( |
||
liveInterval | ||
return | void |
public AddDefPosition ( |
||
position | ||
return | void |
public AddLiveInterval ( |
||
interval | ||
return | void |
public AddLiveInterval ( |
||
start | ||
end | ||
return | void |
public AddUsePosition ( |
||
position | ||
return | void |
public GetIntervalAt ( |
||
at | At. | |
return |
public GetIntervalAtOrEndsAt ( |
||
at | At. | |
return |
public Remove ( |
||
liveInterval | ||
return | void |
public ReplaceWithSplit ( |
||
source | ||
liveIntervals | IList |
|
return | void |
public VirtualRegister ( Operand virtualRegister ) : System.Collections.Generic | ||
virtualRegister | Operand | |
return | System.Collections.Generic |
public VirtualRegister ( Register physicalRegister, bool reserved ) : System.Collections.Generic | ||
physicalRegister | Register | |
reserved | bool | |
return | System.Collections.Generic |