Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dira-color.cc125 ira_allocno_t next_bucket_allocno; member
2400 for (a = bucket; a != NULL; a = ALLOCNO_COLOR_DATA (a)->next_bucket_allocno) in form_threads_from_bucket()
2517 data->next_bucket_allocno = first_a; in add_allocno_to_bucket()
2585 a = ALLOCNO_COLOR_DATA (a)->next_bucket_allocno) in sort_bucket()
2594 ALLOCNO_COLOR_DATA (a)->next_bucket_allocno = head; in sort_bucket()
2615 before = ALLOCNO_COLOR_DATA (before)->next_bucket_allocno) in add_allocno_to_ordered_colorable_bucket()
2618 ALLOCNO_COLOR_DATA (allocno)->next_bucket_allocno = before; in add_allocno_to_ordered_colorable_bucket()
2623 ALLOCNO_COLOR_DATA (after)->next_bucket_allocno = allocno; in add_allocno_to_ordered_colorable_bucket()
2642 next_allocno = ALLOCNO_COLOR_DATA (allocno)->next_bucket_allocno; in delete_allocno_from_bucket()
2644 ALLOCNO_COLOR_DATA (prev_allocno)->next_bucket_allocno = next_allocno; in delete_allocno_from_bucket()
[all …]
DChangeLog-201132596 available_regs_num, next_bucket_allocno, prev_bucket_allocno,