GCC Middle and Back End API Reference
|
Data Fields | |
int | slot_num |
struct pseudo_slot * | next |
struct pseudo_slot * | first |
rtx | mem |
The structure describes stack slot of a spilled pseudo.
struct pseudo_slot * pseudo_slot::first |
rtx pseudo_slot::mem |
Memory representing the spilled pseudo.
Referenced by assign_stack_slot_num_and_sort_pseudos().
struct pseudo_slot* pseudo_slot::next |
First or next slot with the same slot number.
int pseudo_slot::slot_num |
Number (0, 1, ...) of the stack slot to which given pseudo belongs.
Referenced by assign_mem_slot(), and regno_freq_compare().