Common code used by several passes for def-use analysis


The compiler.cfg.def-use contains tools to correlate SSA instructions with virtual registers defined or used by them.

The def-use protocol -- vregs for a given instruction:
defs-vregs ( insn -- seq )

temp-vregs ( insn -- seq )

uses-vregs ( insn -- seq )


Dynamic variables:
defs