compute-defs ( cfg -- )


Vocabulary
compiler.cfg.def-use

Inputs
cfga cfg


Outputs
None

Word description
Computes a mapping from vregs to basic-block instances in which they are defined. The data is assigned to the defs dynamic variable.

Definition