Handbook
Glossary
end-of-phis ( insns -- i )
Vocabulary
compiler
.
cfg
.
ssa
.
cssa
Inputs
insns
an
object
Outputs
i
an
object
Definition
USING:
combinators.short-circuit
compiler.cfg.instructions
kernel
sequences
;
IN:
compiler.cfg.ssa.cssa
:
end-of-phis
( insns -- i )
{
[
[
##phi?
not
]
find
drop
]
[
length
]
}
1||
;