record-use ( vreg n spill-slot? -- )
Live interval utilities

Prev:record-def ( vreg n spill-slot? -- )
Next:record-temp ( vreg n -- )


Vocabulary
compiler.cfg.linear-scan.live-intervals

Inputs
vregan integer
nan integer
spill-slot?a boolean


Outputs
None

Word description
Records that the virtual register was used at the given instruction point.

Definition