node-input-infos ( node -- seq )
Value info data type and operations

Next:node-output-infos ( node -- seq )


Vocabulary
compiler.tree.propagation.info

Inputs
nodea node


Outputs
seqa sequence


Word description
Lists the value infos for the input variables of an SSA tree node. For #call nodes, the inputs represents the values on the stack when the word is called.

Definition