(find-use) ( insn# live-interval -- vreg-use )


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

Inputs
insn#an integer
live-intervala live-interval-state


Outputs
vreg-usea vreg-use


Word description
Finds the last use of the live interval before the instruction point.

Definition