|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jikesrvm.compilers.opt.ir.InstructionFormat
org.jikesrvm.compilers.opt.ir.MIR_Empty
public final class MIR_Empty
The MIR_Empty InstructionFormat class.
The header comment for Instruction contains
an explanation of the role of InstructionFormats in the
opt compiler's IR.
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
MIR_Empty()
|
|
| Method Summary | |
|---|---|
static boolean |
conforms(Instruction i)
InstructionFormat identification method for MIR_Empty. |
static boolean |
conforms(Operator o)
InstructionFormat identification method for MIR_Empty. |
static Instruction |
create(Operator o)
Create an instruction of the MIR_Empty instruction format. |
static Instruction |
mutate(Instruction i,
Operator o)
Mutate the argument instruction into an instruction of the MIR_Empty instruction format having the specified operator and operands. |
| Methods inherited from class org.jikesrvm.compilers.opt.ir.InstructionFormat |
|---|
fail, fail |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MIR_Empty()
| Method Detail |
|---|
public static boolean conforms(Instruction i)
i - an instruction
true if the InstructionFormat of the argument
instruction is MIR_Empty or false
if it is not.public static boolean conforms(Operator o)
o - an instruction
true if the InstructionFormat of the argument
operator is MIR_Empty or false
if it is not.public static Instruction create(Operator o)
o - the instruction's operator
public static Instruction mutate(Instruction i,
Operator o)
i - the instruction to mutateo - the instruction's operator
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||