clobber-insn
Live interval utilities

Prev:cfg>sync-points ( cfg -- sync-points )
Next:hairy-clobber-insn


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

Class description
Instructions that clobber registers but are allowed to produce outputs in registers. Inputs are in spill slots, except for inputs coalesced with the output, in which case that input will be in a register. Each instruction that is a member of the clobber-insn class requires a sync-point.

Definition


Methods