Searched refs:allocno_coalesce_data (Results 1 – 2 of 2) sorted by relevance
4124 static coalesce_data_t allocno_coalesce_data; variable4149 next = allocno_coalesce_data[ALLOCNO_NUM (first)].next; in merge_allocnos()4150 allocno_coalesce_data[ALLOCNO_NUM (first)].next = a2; in merge_allocnos()4151 allocno_coalesce_data[ALLOCNO_NUM (last)].next = next; in merge_allocnos()4261 if (allocno_coalesce_data[ALLOCNO_NUM (cp->first)].first in coalesce_allocnos()4262 != allocno_coalesce_data[ALLOCNO_NUM (cp->second)].first) in coalesce_allocnos()4554 allocno_coalesce_data in ira_sort_regnos_for_alter_reg()4560 ALLOCNO_ADD_DATA (a) = allocno_coalesce_data + ALLOCNO_NUM (a); in ira_sort_regnos_for_alter_reg()4637 ira_free (allocno_coalesce_data); in ira_sort_regnos_for_alter_reg()
32541 (allocno_coalesce_data): New definition.32553 free allocno_coalesce_data.