live-in ( bb -- set )
Liveness analysis

Next:live-in? ( vreg bb -- ? )


Vocabulary
compiler.cfg.liveness

Inputs
bba basic-block


Outputs
setan assoc


Word description
All the virtual registers that are live in a basic block.

Definition