gen-uses ( live-set insn -- )


Vocabulary
compiler.cfg.liveness

Inputs
live-setan assoc
insnan insn


Outputs
None

Word description
Adds the vregs the instruction uses to the live set.

See also
uses-vregs

Definition