transfer-set ( in-set bb dfa -- out-set )


Vocabulary
compiler.cfg.dataflow-analysis

Inputs
in-setinput state
bba basic-block
dfaa class


Outputs
out-setoutput state


Word description
Generic word which is called during the dataflow analysis to process each basic block in the cfg. It is supposed to be implemented by all forward and backward dataflow analysis subclasses to perform analysis.

Definition


Methods