Searched refs:allocno_coalesce_data (Results 1 – 3 of 3) sorted by relevance
3826 static coalesce_data_t allocno_coalesce_data; variable3851 next = allocno_coalesce_data[ALLOCNO_NUM (first)].next; in merge_allocnos()3852 allocno_coalesce_data[ALLOCNO_NUM (first)].next = a2; in merge_allocnos()3853 allocno_coalesce_data[ALLOCNO_NUM (last)].next = next; in merge_allocnos()3963 if (allocno_coalesce_data[ALLOCNO_NUM (cp->first)].first in coalesce_allocnos()3964 != allocno_coalesce_data[ALLOCNO_NUM (cp->second)].first) in coalesce_allocnos()4256 allocno_coalesce_data in ira_sort_regnos_for_alter_reg()4262 ALLOCNO_ADD_DATA (a) = allocno_coalesce_data + ALLOCNO_NUM (a); in ira_sort_regnos_for_alter_reg()4339 ira_free (allocno_coalesce_data); in ira_sort_regnos_for_alter_reg()
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.