class NLIRPhiFunction extends NLIRInstruction
block, id, lirMnemonic, reads, write
Constructor and Description |
---|
NLIRPhiFunction(NBasicBlock block,
int id,
String sType,
String lType)
Construct an NLIRPhiFunction instruction.
|
Modifier and Type | Method and Description |
---|---|
String |
toString()
Return a string representation of this instruction.
|
allocatePhysicalRegisters, toSpim
public NLIRPhiFunction(NBasicBlock block, int id, String sType, String lType)
block
- enclosing block.id
- identifier of the instruction.sType
- type (short name) of the phi function.lType
- type (long name) of the phi function.public String toString()
NLIRInstruction
toString
in class NLIRInstruction