linearization-order ( cfg -- bbs )


Vocabulary
compiler.cfg.linearization

Inputs
cfga cfg


Outputs
bbsa sequence


Word description
Lists the basic blocks in linearization order. That is, the order in which they will be written in the generated assembly code.

See also
generate, reverse-post-order

Definition