|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jikesrvm.compilers.opt.ssa.LeaveSSA.Copy
static final class LeaveSSA.Copy
An instance of this class represents a pending copy instruction to be inserted.
| Field Summary | |
|---|---|
(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 Summary | |
|---|---|
LeaveSSA.Copy(Instruction phi,
int index)
Create a pending copy operation for an operand of a phi instruction |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
final Operand source
final RegisterOperand destination
final Instruction phi
| Constructor Detail |
|---|
LeaveSSA.Copy(Instruction phi,
int index)
phi - the phi instructionindex - which operand of the instruction to copy
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||