GCC Middle and Back End API Reference
saved_hard_reg Struct Reference

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

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

Referenced by setup_save_areas().


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