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

Data Fields

ira_allocno_t first
 
ira_allocno_t next
 
int temp
 

Detailed Description

To decrease footprint of ira_allocno structure we store all data
needed only for coalescing in the following structure.   

Field Documentation

◆ first

ira_allocno_t coalesce_data::first

Referenced by coalesce_allocnos().

◆ next

ira_allocno_t coalesce_data::next

Referenced by merge_allocnos().

◆ temp

int coalesce_data::temp

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