Package jminusminus
Class NLIRPhiFunction
java.lang.Object
jminusminus.NLIRInstruction
jminusminus.NLIRPhiFunction
LIR instruction representing phi functions.
- 
Field SummaryFields inherited from class jminusminus.NLIRInstructionblock, id, lirMnemonic, reads, write
- 
Constructor SummaryConstructorsConstructorDescriptionNLIRPhiFunction(NBasicBlock block, int id, String sType, String lType) Constructs an NLIRPhiFunction object.
- 
Method SummaryMethods inherited from class jminusminus.NLIRInstructionallocatePhysicalRegisters, toSpim
- 
Constructor Details- 
NLIRPhiFunctionConstructs 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- 
toStringReturns a string representation of this instruction.- Overrides:
- toStringin class- NLIRInstruction
- Returns:
- a string representation of this instruction.
 
 
-