Handbook
Glossary
live-in? ( vreg bb -- ? )
Liveness analysis
Prev:
live-in ( bb -- set )
Next:
live-ins
Vocabulary
compiler
.
cfg
.
liveness
Inputs
vreg
virtual register
bb
a
basic-block
Outputs
?
a
boolean
Word description
Whether the vreg is live in the block or not.
Definition
USING:
assocs
;
IN:
compiler.cfg.liveness
:
live-in?
( vreg bb -- ? )
live-in
key?
;