Handbook
Glossary
##callback-outputs
Basic block instructions
Prev:
##callback-inputs
Next:
##unbox
Vocabulary
compiler
.
cfg
.
instructions
Definition
IN:
compiler.cfg.instructions
TUPLE:
##callback-outputs
<
vreg-insn
reg-inputs insn#
;
Methods
USING:
accessors
arrays
compiler.cfg.gvn.avail
compiler.cfg.instructions
kernel
sequences
;
M:
##callback-outputs
>avail-insn-uses
[
[
first3
[
dup
>avail-vreg
or*
]
2dip
3array
]
map
]
change-reg-inputs
drop
;
USING:
accessors
arrays
compiler.cfg.instructions
compiler.cfg.linear-scan.assignment
kernel
sequences
;
M:
##callback-outputs
assign-insn-uses
[
[
first3
[
vreg>reg
]
2dip
3array
]
map
]
change-reg-inputs
drop
;
USING:
compiler.cfg.build-stack-frame
compiler.cfg.instructions
kernel
;
M:
##callback-outputs
compute-stack-frame*
drop
vm-frame-required
;
USING:
accessors
arrays
compiler.cfg.instructions
compiler.cfg.representations.rewrite
kernel
sequences
;
M:
##callback-outputs
convert-insn-uses
[
[
first3
[
converted-value
]
2dip
3array
]
map
]
change-reg-inputs
drop
;
USING:
compiler.cfg.instructions
compiler.cfg.representations.preferred
kernel
;
M:
##callback-outputs
defs-vreg-reps
drop
{
}
;
USING:
compiler.cfg.def-use
compiler.cfg.instructions
kernel
;
M:
##callback-outputs
defs-vregs
drop
{
}
;
USING:
accessors
compiler.cfg.instructions
compiler.codegen
cpu.architecture
kernel
;
M:
##callback-outputs
generate-insn
[
reg-inputs>>
]
keep
drop
%callback-outputs
;
USING:
accessors
arrays
compiler.cfg.instructions
compiler.cfg.renaming
kernel
sequences
;
M:
##callback-outputs
rename-insn-uses
[
[
first3
[
rename-value
]
2dip
3array
]
map
]
change-reg-inputs
drop
;
USING:
accessors
arrays
compiler.cfg.instructions
compiler.cfg.ssa.construction.private
kernel
sequences
;
M:
##callback-outputs
ssa-rename-insn-uses
[
[
first3
[
top-name
]
2dip
3array
]
map
]
change-reg-inputs
drop
;
USING:
accessors
compiler.cfg.instructions
compiler.cfg.representations.preferred
sequences
;
M:
##callback-outputs
uses-vreg-reps
reg-inputs>>
[
second
]
map
;
USING:
accessors
compiler.cfg.def-use
compiler.cfg.instructions
sequences
;
M:
##callback-outputs
uses-vregs
reg-inputs>>
[
first
]
map
;