Handbook
Glossary
simple-analysis ( ... cfg quot: ( ... insns -- ... ) -- ... )
Vocabulary
compiler
.
cfg
.
rpo
Inputs
cfg
a
cfg
quot
a
quotation
Outputs
None
Word description
Applies a quotation to each sequence of instructions in each
basic-block
in the cfg.
Definition
USING:
kernel
;
IN:
compiler.cfg.rpo
:
simple-analysis
( ... cfg quot: ( ... insns -- ... ) -- ... )
[
analyze-basic-block
]
curry
each-basic-block
;
inline