#if
High-level optimizer operating on lexical tree SSA IR

Prev:#branch
Next:#dispatch


Vocabulary
compiler.tree

Class description
SSA tree node that implements conditional branching. It has the following slots:
childrenA two item sequence. The first item holds the instructions executed if the condition is true and the second those that are executed if it is not true.


Definition


Methods