alwaysLiveInRegisters

val alwaysLiveInRegisters: MutableSet<L2Register>

The Set of L2Registers that are written in all pasts, and are consumed along all future paths after the start of this block. This is only populated during optimization, while the control flow graph is still in SSA form.

This is a superset of sometimesLiveInRegisters.