HomeSort by: relevance | last modified time | path
    Searched defs:next_bucket_allocno (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
ira-color.cc 125 ira_allocno_t next_bucket_allocno; member in struct:allocno_color_data
2414 for (a = bucket; a != NULL; a = ALLOCNO_COLOR_DATA (a)->next_bucket_allocno)
2532 data->next_bucket_allocno = first_a;
2600 a = ALLOCNO_COLOR_DATA (a)->next_bucket_allocno)
2609 ALLOCNO_COLOR_DATA (a)->next_bucket_allocno = head;
2630 before = ALLOCNO_COLOR_DATA (before)->next_bucket_allocno)
2633 ALLOCNO_COLOR_DATA (allocno)->next_bucket_allocno = before;
2638 ALLOCNO_COLOR_DATA (after)->next_bucket_allocno = allocno;
2657 next_allocno = ALLOCNO_COLOR_DATA (allocno)->next_bucket_allocno;
2659 ALLOCNO_COLOR_DATA (prev_allocno)->next_bucket_allocno = next_allocno
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
ira-color.cc 125 ira_allocno_t next_bucket_allocno; member in struct:allocno_color_data
2405 for (a = bucket; a != NULL; a = ALLOCNO_COLOR_DATA (a)->next_bucket_allocno)
2523 data->next_bucket_allocno = first_a;
2591 a = ALLOCNO_COLOR_DATA (a)->next_bucket_allocno)
2600 ALLOCNO_COLOR_DATA (a)->next_bucket_allocno = head;
2621 before = ALLOCNO_COLOR_DATA (before)->next_bucket_allocno)
2624 ALLOCNO_COLOR_DATA (allocno)->next_bucket_allocno = before;
2629 ALLOCNO_COLOR_DATA (after)->next_bucket_allocno = allocno;
2648 next_allocno = ALLOCNO_COLOR_DATA (allocno)->next_bucket_allocno;
2650 ALLOCNO_COLOR_DATA (prev_allocno)->next_bucket_allocno = next_allocno
    [all...]

Completed in 18 milliseconds