try-eliminate-copy ( follower leader must? -- )
Vreg Coalescing

Prev:try-eliminate-copies ( pairs must? -- )


Vocabulary
compiler.cfg.ssa.destruction.coalescing

Inputs
followervreg
leadervreg
must?a boolean


Outputs
None

Word description
Tries to eliminate a vreg copy from 'leader' to 'follower'. If 'must?' is t then a vregs-shouldn't-interfere error is thrown if the vregs interfere.

See also
try-eliminate-copies, vregs-interfere?

Definition