successors ( bb dfa -- seq )


Vocabulary
compiler.cfg.dataflow-analysis

Inputs
bba basic-block
dfaa dataflow analysis symbol


Outputs
seqa sequence


Word description
Generic word that returns the successors for a block. It's purpose is to facilitate backward analysis in which the blocks predecessors are seen as the successors.

Definition


Methods