Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dira-color.c186 static ira_allocno_t *sorted_allocnos; variable
2345 sorted_allocnos[n++] = a; in sort_bucket()
2348 qsort (sorted_allocnos, n, sizeof (ira_allocno_t), compare_func); in sort_bucket()
2352 a = sorted_allocnos[n]; in sort_bucket()
3045 sorted_allocnos[n++] = conflict_a; in improve_allocation()
3069 qsort (sorted_allocnos, n, sizeof (ira_allocno_t), in improve_allocation()
3073 a = sorted_allocnos[j]; in improve_allocation()
3166 sorted_allocnos[n++] = a; in color_allocnos()
3170 setup_allocno_priorities (sorted_allocnos, n); in color_allocnos()
3171 qsort (sorted_allocnos, n, sizeof (ira_allocno_t), in color_allocnos()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dira-color.cc191 static ira_allocno_t *sorted_allocnos; variable
2586 sorted_allocnos[n++] = a; in sort_bucket()
2589 qsort (sorted_allocnos, n, sizeof (ira_allocno_t), compare_func); in sort_bucket()
2593 a = sorted_allocnos[n]; in sort_bucket()
3328 sorted_allocnos[n++] = conflict_a; in improve_allocation()
3352 qsort (sorted_allocnos, n, sizeof (ira_allocno_t), in improve_allocation()
3356 a = sorted_allocnos[j]; in improve_allocation()
3449 sorted_allocnos[n++] = a; in color_allocnos()
3453 setup_allocno_priorities (sorted_allocnos, n); in color_allocnos()
3454 qsort (sorted_allocnos, n, sizeof (ira_allocno_t), in color_allocnos()
[all …]