Handbook
Glossary
compute-merge-set-loop ( cfg -- )
Vocabulary
compiler
.
cfg
.
ssa
.
construction
.
tdmsc
.
private
Inputs
cfg
an
object
Outputs
None
Definition
USING:
compiler.cfg.dominance
kernel
namespaces
;
IN:
compiler.cfg.ssa.construction.tdmsc.private
:
compute-merge-set-loop
( cfg -- )
breadth-first-order
[
[
again?
off
]
]
dip
[
compute-merge-set-step
again?
get
]
curry
compose
loop
;