Searched refs:next_allocno (Results 1 – 2 of 2) sorted by relevance
2392 ira_allocno_t prev_allocno, next_allocno; in delete_allocno_from_bucket() local2401 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()
2633 ira_allocno_t prev_allocno, next_allocno; in delete_allocno_from_bucket() local2642 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()