GCC Middle and Back End API Reference
|
#include <ira-int.h>
Data Fields | |
bitmap_head | spilled_regs |
rtx | mem |
unsigned int | width |
The following structure describes a stack slot used for spilled pseudo-registers.
rtx ira_spilled_reg_stack_slot::mem |
RTL representation of the stack slot.
bitmap_head ira_spilled_reg_stack_slot::spilled_regs |
pseudo-registers assigned to the stack slot.
unsigned int ira_spilled_reg_stack_slot::width |
Size of the stack slot.