GCC Middle and Back End API Reference
ira_spilled_reg_stack_slot Struct Reference

#include <ira-int.h>

Collaboration diagram for ira_spilled_reg_stack_slot:

Data Fields

bitmap_head spilled_regs
rtx mem
unsigned int width

Detailed Description

The following structure describes a stack slot used for spilled pseudo-registers.


Field Documentation

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.


The documentation for this struct was generated from the following file: