post-order ( cfg -- blocks )


Vocabulary
compiler.cfg.rpo

Inputs
cfga cfg


Outputs
blocksa sequence


Word description
Lists the blocks in the cfg sorted in descending order on the number slot. The blocks are first numbered if they haven't already been.

Definition