leader-map


Vocabulary
compiler.cfg.ssa.destruction.leaders

Variable description
A map from vregs to canonical representatives due to coalescing done by SSA destruction. Used by liveness analysis and the register allocator, so we can use the original SSA names to get certain info (reaching definitions, representations). By default, each vreg is its own leader. The data is computed in the compiler.cfg.ssa.destruction compiler pass.

See also
init-coalescing

Definition