GCC Middle and Back End API Reference
|
Data Fields | |
rtx | reg |
rtx | saved_reg |
HOST_WIDE_INT | cfa_offset |
We delay emitting a register save until either (a) we reach the end of the prologue or (b) the register is clobbered. This clusters register saves so that there are fewer pc advances.
HOST_WIDE_INT queued_reg_save::cfa_offset |
rtx queued_reg_save::reg |
Referenced by dwf_regno(), notice_eh_throw(), queue_reg_save(), and record_reg_saved_in_reg().
rtx queued_reg_save::saved_reg |
Referenced by dwf_regno(), and queue_reg_save().