record-uses ( n insn -- )


Vocabulary
compiler.cfg.ssa.interference.live-ranges.private

Inputs
nan integer
insnan insn


Outputs
None

Word description
Record live intervals so that all but the first input interfere with the output. This lets us coalesce the output with the first input.

Definition