ssa-register-intervals ( intervals fixed-locations -- intervals' )


Vocabulary
compiler.cfg.register-allocation.ssa

Inputs
intervalsan object
fixed-locationsan object


Outputs
intervals'an object


Definition


:: ssa-register-intervals
( intervals fixed-locations -- intervals' )
fixed-locations
[ intervals [ vreg>> fixed-locations key? ] reject ]
[ intervals ] if ;