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 |
Coalesced allocnos form a cyclic list. One allocno given by FIRST represents all coalesced allocnos. The list is chained by NEXT.
Referenced by update_curr_costs().
ira_allocno_t coalesce_data::next |
Referenced by ira_reassign_conflict_allocnos(), and update_curr_costs().
int coalesce_data::temp |
Referenced by update_curr_costs().