Handbook
Glossary
insert-phis-in ( phis bb -- )
Vocabulary
compiler
.
cfg
.
ssa
.
construction
.
private
Inputs
phis
an
object
bb
an
object
Outputs
None
Definition
USING:
accessors
kernel
sequences
;
IN:
compiler.cfg.ssa.construction.private
:
insert-phis-in
( phis bb -- )
[
[
live-phi?
]
filter!
]
dip
[
append
]
change-instructions
drop
;