Handbook
Glossary
update-phis ( bb -- )
Vocabulary
compiler
.
cfg
.
predecessors
.
private
Inputs
bb
an
object
Outputs
None
Definition
USING:
compiler.cfg.utilities
kernel
;
IN:
compiler.cfg.predecessors.private
:
update-phis
( bb -- )
dup
[
update-phi
]
with
each-phi
;