Handbook
Glossary
each-basic-block ( cfg quot -- )
Vocabulary
compiler
.
cfg
.
rpo
Inputs
cfg
a
cfg
quot
a
quotation
Outputs
None
Word description
Applies a quotation to each basic block in the cfg.
Definition
USING:
kernel
sequences
;
IN:
compiler.cfg.rpo
:
each-basic-block
( cfg quot -- )
[
reverse-post-order
]
dip
each
;
inline