Handbook
Glossary
update-equal-anc-out ( vreg1 vreg2 -- )
Vocabulary
compiler
.
cfg
.
ssa
.
interference
.
private
Inputs
vreg1
an
object
vreg2
an
object
Outputs
None
Definition
USING:
accessors
kernel
;
IN:
compiler.cfg.ssa.interference.private
:
update-equal-anc-out
( vreg1 vreg2 -- )
dupd
chain-intersect
>>equal-anc-out
drop
;