cfg>sync-points ( cfg -- sync-points )
Live interval utilities

Prev:record-temp ( vreg n -- )
Next:clobber-insn


Vocabulary
compiler.cfg.linear-scan.live-intervals

Inputs
cfga cfg


Outputs
sync-pointsa sequence


Word description
Creates a sequence of all sync points in the cfg.

See also
sync-point

Definition