Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dira-color.c2392 ira_allocno_t prev_allocno, next_allocno; in delete_allocno_from_bucket() local
2401 next_allocno = ALLOCNO_COLOR_DATA (allocno)->next_bucket_allocno; in delete_allocno_from_bucket()
2403 ALLOCNO_COLOR_DATA (prev_allocno)->next_bucket_allocno = next_allocno; in delete_allocno_from_bucket()
2407 *bucket_ptr = next_allocno; in delete_allocno_from_bucket()
2409 if (next_allocno != NULL) in delete_allocno_from_bucket()
2410 ALLOCNO_COLOR_DATA (next_allocno)->prev_bucket_allocno = prev_allocno; in delete_allocno_from_bucket()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dira-color.cc2633 ira_allocno_t prev_allocno, next_allocno; in delete_allocno_from_bucket() local
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()
2648 *bucket_ptr = next_allocno; in delete_allocno_from_bucket()
2650 if (next_allocno != NULL) in delete_allocno_from_bucket()
2651 ALLOCNO_COLOR_DATA (next_allocno)->prev_bucket_allocno = prev_allocno; in delete_allocno_from_bucket()