Searched refs:next_allocno (Results 1 – 2 of 2) sorted by relevance
1881 ira_allocno_t prev_allocno, next_allocno; in delete_allocno_from_bucket() local1890 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()
2356 ira_allocno_t prev_allocno, next_allocno; in delete_allocno_from_bucket() local2365 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()