##phi
Basic block instructions

Prev:##no-tco
Next:##return


Vocabulary
compiler.cfg.instructions

Class description
A special kind of instruction used to mark control flow. It is inserted by the compiler.cfg.ssa.construction vocab. It has the following slots:
inputsAn assoc containing as keys the blocks/block numbers where the vreg was defined and as values the vreg. Why care about the blocks?
dstA merged vreg for the value.


Definition


Methods