static final class LeaveSSA.Copy extends Object
Modifier and Type | Field and Description |
---|---|
(package private) RegisterOperand |
destination
The left-hand side of the copy instruction
|
(package private) Instruction |
phi
The phi instruction which generated this copy instruction
|
(package private) Operand |
source
The right-hand side of the copy instruction
|
Constructor and Description |
---|
Copy(Instruction phi,
int index)
Create a pending copy operation for an operand of a phi instruction
|
final RegisterOperand destination
final Instruction phi
Copy(Instruction phi, int index)
phi
- the phi instructionindex
- which operand of the instruction to copy