update-in-set ( bb in-sets out-sets dfa -- ? )


Vocabulary
compiler.cfg.dataflow-analysis.private

Inputs
bban object
in-setsan object
out-setsan object
dfaan object


Outputs
?an object


Definition


:: update-in-set ( bb in-sets out-sets dfa -- ? )
bb out-sets dfa compute-in-set bb in-sets maybe-set-at ;
inline