GCC Middle and Back End API Reference
saved_hard_reg Struct Reference
Collaboration diagram for saved_hard_reg:

Data Fields

int num
 
int hard_regno
 
int call_freq
 
rtx slot
 
int first_p
 
int next
 

Detailed Description

The structure represents a hard register which should be saved
through the call.  It is used when the integrated register
allocator (IRA) is used and sharing save slots is on.   

Field Documentation

◆ call_freq

int saved_hard_reg::call_freq

◆ first_p

int saved_hard_reg::first_p

◆ hard_regno

int saved_hard_reg::hard_regno

◆ next

int saved_hard_reg::next

◆ num

int saved_hard_reg::num

◆ slot

rtx saved_hard_reg::slot

Referenced by setup_save_areas().


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