Handbook
Glossary
fold-branch ( ? -- insn )
Vocabulary
compiler
.
cfg
.
value-numbering
.
comparisons
Inputs
?
an
object
Outputs
insn
an
object
Definition
USING:
accessors
compiler.cfg
compiler.cfg.instructions
kernel
namespaces
sequences
vectors
;
IN:
compiler.cfg.value-numbering.comparisons
:
fold-branch
( ? -- insn )
0 1
?
basic-block
get
[
nth
1vector
]
change-successors
drop
##branch
new-insn
;