insn>sync-point ( insn -- sync-point/f )
Live interval utilities

Prev:hairy-clobber-insn
Next:from


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

Inputs
insnan insn


Outputs
sync-point/fa sync-point or f


Word description
If the instruction clobbers arbitrary registers, then a sync point for it is emitted. Most instructions don't so then f is returned instead.

Definition


Methods