blocks-with-gc ( cfg -- bbs )


Vocabulary
compiler.cfg.gc-checks.private

Inputs
cfga cfg


Outputs
bbsa sequence of basic-block


Word description
Lists all basic blocks in the cfg that needs gc checks.

Definition