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

Prev:#declare
Next:#shuffle


Vocabulary
compiler.tree

Class description
SSA tree node that puts an input value from the "outside" on the stack. It is used to "introduce" data stack parameter whenever they are needed. It has the following slots:
out-dArray of values of the parameters being introduced.


Definition


Methods