Package jminusminus
Class NLIRPhiFunction
java.lang.Object
jminusminus.NLIRInstruction
jminusminus.NLIRPhiFunction
LIR instruction representing phi functions.
-
Field Summary
Fields inherited from class jminusminus.NLIRInstruction
block, id, lirMnemonic, reads, write
-
Constructor Summary
ConstructorDescriptionNLIRPhiFunction
(NBasicBlock block, int id, String sType, String lType) Constructs an NLIRPhiFunction object. -
Method Summary
Methods inherited from class jminusminus.NLIRInstruction
allocatePhysicalRegisters, toSpim
-
Constructor Details
-
NLIRPhiFunction
Constructs an NLIRPhiFunction object.- Parameters:
block
- enclosing block.id
- identifier of the instruction.sType
- type (short name) of the phi function.lType
- type (long name) of the phi function.
-
-
Method Details
-
toString
Returns a string representation of this instruction.- Overrides:
toString
in classNLIRInstruction
- Returns:
- a string representation of this instruction.
-