compute-insns ( cfg -- )


Vocabulary
compiler.cfg.def-use

Inputs
cfga cfg


Outputs
None

Word description
Computes a mapping from vregs to the instructions that define them and store the result in the insns variable. The insn-of word can then be used to access the assoc.

Definition