Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
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()
DChangeLog-201132541 (allocno_coalesce_data): New definition.
32553 free allocno_coalesce_data.