Package iota

Class NLirPhiFunction


class NLirPhiFunction extends NLirInstruction
Representation of a phi function.
  • Constructor Details

    • NLirPhiFunction

      public NLirPhiFunction(NBasicBlock block, int id, String mnemonic)
      Constructs an NLirPhiFunction object.
      Parameters:
      block - enclosing basic block.
      id - instruction id.
      mnemonic - instruction mnemonic.