Handbook
Glossary
make-available ( insn -- )
Vocabulary
compiler
.
cfg
.
value-numbering
.
global
.
private
Inputs
insn
an
object
Outputs
None
Definition
USING:
assocs
compiler.cfg
compiler.cfg.def-use
hashtables
kernel
namespaces
sequences
;
IN:
compiler.cfg.value-numbering.global.private
:
make-available
( insn -- )
defs-vregs
[
candidate-vreg?
]
filter
[
basic-block
get
available-ins
get
[
dupd
clone
?set-at
]
change-at
]
each
;