Handbook
Glossary
each-temp-rep ( insn vreg-quot: ( vreg rep -- ) -- )
Vocabulary
compiler
.
cfg
.
representations
.
preferred
Inputs
insn
an
object
vreg-quot
a
quotation
with stack effect
( vreg rep -- )
Outputs
None
Definition
USING:
compiler.cfg.def-use
kernel
sequences
;
IN:
compiler.cfg.representations.preferred
:
each-temp-rep
( insn vreg-quot: ( vreg rep -- ) -- )
[
[
temp-vregs
]
[
temp-vreg-reps
]
bi
]
dip
2each
;
inline