Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dira-color.c159 static ira_allocno_t *sorted_allocnos; variable
1828 sorted_allocnos[n++] = a; in sort_bucket()
1831 qsort (sorted_allocnos, n, sizeof (ira_allocno_t), compare_func); in sort_bucket()
1835 a = sorted_allocnos[n]; in sort_bucket()
2480 sorted_allocnos[n++] = conflict_a; in improve_allocation()
2504 qsort (sorted_allocnos, n, sizeof (ira_allocno_t), in improve_allocation()
2508 a = sorted_allocnos[j]; in improve_allocation()
2579 sorted_allocnos[n++] = a; in color_allocnos()
2583 setup_allocno_priorities (sorted_allocnos, n); in color_allocnos()
2584 qsort (sorted_allocnos, n, sizeof (ira_allocno_t), in color_allocnos()
[all …]
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dira-color.c184 static ira_allocno_t *sorted_allocnos; variable
2309 sorted_allocnos[n++] = a; in sort_bucket()
2312 qsort (sorted_allocnos, n, sizeof (ira_allocno_t), compare_func); in sort_bucket()
2316 a = sorted_allocnos[n]; in sort_bucket()
3009 sorted_allocnos[n++] = conflict_a; in improve_allocation()
3033 qsort (sorted_allocnos, n, sizeof (ira_allocno_t), in improve_allocation()
3037 a = sorted_allocnos[j]; in improve_allocation()
3130 sorted_allocnos[n++] = a; in color_allocnos()
3134 setup_allocno_priorities (sorted_allocnos, n); in color_allocnos()
3135 qsort (sorted_allocnos, n, sizeof (ira_allocno_t), in color_allocnos()
[all …]