|
GCC Middle and Back End API Reference
|

Data Fields | |
| HOST_WIDE_INT | sp_offset |
| rtx | insn |
| rtx * | ref |
| struct csa_reflist * | next |
This structure records two kinds of stack references between stack adjusting instructions: stack references in memory addresses for regular insns and all stack references for debug insns.
| rtx csa_reflist::insn |
Referenced by combine_stack_adjustments_for_block(), record_one_stack_ref(), and try_apply_stack_adjustment().
| struct csa_reflist* csa_reflist::next |
| rtx * csa_reflist::ref |
Referenced by record_one_stack_ref(), and try_apply_stack_adjustment().
| HOST_WIDE_INT csa_reflist::sp_offset |
Referenced by record_one_stack_ref(), and try_apply_stack_adjustment().