Is there something similar to use_reg() that can be used with emit_insn()

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Is there something similar to use_reg() that can be used with emit_insn() ? ie:
use_reg (emit_insn(), gen_rtx_REG(REGNO))
The idea being to mark REGNO as being used by the instructions
generated by emit_insn().
So far I have only seen use_reg() being used for function-call rtx;
but is there a similar function that can be used with emit_insn() ?



[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux