join-sets ( sets bb dfa -- set )


Vocabulary
compiler.cfg.dataflow-analysis

Inputs
setsinput states
bba basic-block
dfaa class


Outputs
setmerged state


Word description
Generic word which merges multiple states into one. A block in the cfg might have multiple predecessors and then this word is used to compute the merged input state to use to analyze the block.

See also
transfer-set

Definition


Methods