Package iota
Class NLirPhiFunction
java.lang.Object
iota.NLirInstruction
iota.NLirPhiFunction
Representation of a phi function.
-
Field Summary
Fields inherited from class iota.NLirInstruction
block, id, lir2Marvin, mnemonic, reads, write
-
Constructor Summary
ConstructorsConstructorDescriptionNLirPhiFunction
(NBasicBlock block, int id, String mnemonic) Constructs an NLirPhiFunction object. -
Method Summary
Methods inherited from class iota.NLirInstruction
id, toMarvin, toString
-
Constructor Details
-
NLirPhiFunction
Constructs an NLirPhiFunction object.- Parameters:
block
- enclosing basic block.id
- instruction id.mnemonic
- instruction mnemonic.
-