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

Prev:compute-live-intervals* ( insn -- )
Next:record-use ( vreg n spill-slot? -- )


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

Inputs
vregan integer
nan integer
spill-slot?a boolean


Outputs
None

Word description
Records that the 'vreg' is defined at the instruction numbered 'n'.

Definition