value-flow-forget ( values state -- )


Vocabulary
compiler.cfg.register-allocation.verifier

Inputs
valuesan object
statean object


Outputs
None

Definition


:: value-flow-forget ( values state -- )
state keys [| location |
location state at values diff location state set-at
] each ;