admissible-registers ( cfg -- regs )


Vocabulary
compiler.cfg.linear-scan

Inputs
cfga cfg


Outputs
regsan assoc


Word description
Lists all registers usable by the cfg by register class. In general, that's all registers except the frame pointer register that might be used by the cfg for other purposes.

Definition