Home
last modified time | relevance | path

Searched refs:allocno_coalesce_data (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dira-color.c3826 static coalesce_data_t allocno_coalesce_data; variable
3851 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()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dira-color.cc4124 static coalesce_data_t allocno_coalesce_data; variable
4149 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()
H A DChangeLog-201132541 (allocno_coalesce_data): New definition.
32553 free allocno_coalesce_data.