Handbook
Glossary
assign-ssa-registers-with-locations ( cfg intervals fixed-locations -- )
Vocabulary
compiler
.
cfg
.
register-allocation
.
ssa
Inputs
cfg
an
object
intervals
an
object
fixed-locations
an
object
Outputs
None
Definition
USING:
accessors
compiler.cfg.linear-scan.assignment
compiler.cfg.linearization
kernel
namespaces
sequences
;
IN:
compiler.cfg.register-allocation.ssa
::
assign-ssa-registers-with-locations
( cfg intervals fixed-locations -- )
intervals
init-assignment
fixed-locations
seed-ssa-fixed-locations
H{
}
clone
phi-locations
set
cfg
linearization-order
[
kill-block?>>
]
reject
[
assign-ssa-block
]
each
;