Handbook
Glossary
value-info ( value -- info )
Value info data type and operations
Prev:
node-output-infos ( node -- seq )
Next:
value-info<= ( info1 info2 -- ? )
Vocabulary
compiler
.
tree
.
propagation
.
info
Inputs
value
an
integer
Outputs
info
a
value-info-state
Word description
Gets the value info for the given SSA value. If none is found then a null empty interval is returned.
Definition
USING:
kernel
;
IN:
compiler.tree.propagation.info
:
value-info
( value -- info )
value-info*
drop
;