clone-basic-block ( bb -- bb' )


Vocabulary
compiler.cfg.branch-splitting

Inputs
bba basic-block


Outputs
bb'a basic-block


Word description
The new block temporarily gets the same RPO number as the old one, until the next time RPO is computed. This is just to make back-edge? work.

Definition