|
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 |
| struct csa_reflist* csa_reflist::next |
| rtx * csa_reflist::ref |
| HOST_WIDE_INT csa_reflist::sp_offset |
Referenced by free_csa_reflist().