Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
H A Dira-color.c1881 ira_allocno_t prev_allocno, next_allocno; in delete_allocno_from_bucket() local
1890 next_allocno = ALLOCNO_COLOR_DATA (allocno)->next_bucket_allocno; in delete_allocno_from_bucket()
1892 ALLOCNO_COLOR_DATA (prev_allocno)->next_bucket_allocno = next_allocno; in delete_allocno_from_bucket()
1896 *bucket_ptr = next_allocno; in delete_allocno_from_bucket()
1898 if (next_allocno != NULL) in delete_allocno_from_bucket()
1899 ALLOCNO_COLOR_DATA (next_allocno)->prev_bucket_allocno = prev_allocno; in delete_allocno_from_bucket()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dira-color.c2356 ira_allocno_t prev_allocno, next_allocno; in delete_allocno_from_bucket() local
2365 next_allocno = ALLOCNO_COLOR_DATA (allocno)->next_bucket_allocno; in delete_allocno_from_bucket()
2367 ALLOCNO_COLOR_DATA (prev_allocno)->next_bucket_allocno = next_allocno; in delete_allocno_from_bucket()
2371 *bucket_ptr = next_allocno; in delete_allocno_from_bucket()
2373 if (next_allocno != NULL) in delete_allocno_from_bucket()
2374 ALLOCNO_COLOR_DATA (next_allocno)->prev_bucket_allocno = prev_allocno; in delete_allocno_from_bucket()