Quoting Richard Biener <richard.guent...@gmail.com>:

On Wed, Oct 31, 2012 at 2:06 PM, Joern Rennecke
<joern.renne...@embecosm.com> wrote:
Quoting Richard Biener <richard.guent...@gmail.com>:

Maybe we should split the thing then into a adjust_insn_length attribute
without the iteration parameter


Attributes don't get any parameter but the instruction, and don't apply
to delay slot SEQUENCEs.

hook I meant, not attribute.

All right.
So I gather first is called again adjust_insn_length.  What do we call the
one for the iteration count (or priority, if you want to put it that way)
for the lock_length mechanism to become effective?

int lock_length_iter_count (rtx_insn, bool in_delay_slot) ?
int lock_length_priority (rtx_insn, bool iter_count) ?

Reply via email to