Handbook
Glossary
has-phis? ( bb -- ? )
Vocabulary
compiler
.
cfg
.
utilities
Inputs
bb
an
object
Outputs
?
an
object
Definition
USING:
accessors
compiler.cfg.instructions
sequences
;
IN:
compiler.cfg.utilities
:
has-phis?
( bb -- ? )
instructions>>
first
##phi?
;