GCC Middle and Back End API Reference
|
Data Fields | |
ira_allocno_t | first |
ira_allocno_t | next |
int | temp |
To decrease footprint of ira_allocno structure we store all data needed only for coalescing in the following structure.
ira_allocno_t coalesce_data::first |
Referenced by coalesce_allocnos().
ira_allocno_t coalesce_data::next |
Referenced by merge_allocnos().
int coalesce_data::temp |