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

  /src/external/gpl3/gcc/dist/gcc/
ira-color.cc 191 static ira_allocno_t *sorted_allocnos; variable
2601 sorted_allocnos[n++] = a;
2604 qsort (sorted_allocnos, n, sizeof (ira_allocno_t), compare_func);
2608 a = sorted_allocnos[n];
3365 sorted_allocnos[n++] = conflict_a;
3386 'sorted_allocnos'. There is still a possibility that some of the
3393 qsort (sorted_allocnos, n, sizeof (ira_allocno_t),
3397 a = sorted_allocnos[j];
3490 sorted_allocnos[n++] = a;
3494 setup_allocno_priorities (sorted_allocnos, n)
    [all...]
ira-color.cc 191 static ira_allocno_t *sorted_allocnos; variable
2601 sorted_allocnos[n++] = a;
2604 qsort (sorted_allocnos, n, sizeof (ira_allocno_t), compare_func);
2608 a = sorted_allocnos[n];
3365 sorted_allocnos[n++] = conflict_a;
3386 'sorted_allocnos'. There is still a possibility that some of the
3393 qsort (sorted_allocnos, n, sizeof (ira_allocno_t),
3397 a = sorted_allocnos[j];
3490 sorted_allocnos[n++] = a;
3494 setup_allocno_priorities (sorted_allocnos, n)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
ira-color.cc 191 static ira_allocno_t *sorted_allocnos; variable
2592 sorted_allocnos[n++] = a;
2595 qsort (sorted_allocnos, n, sizeof (ira_allocno_t), compare_func);
2599 a = sorted_allocnos[n];
3334 sorted_allocnos[n++] = conflict_a;
3351 'sorted_allocnos'. There is still a possibility that some of the
3358 qsort (sorted_allocnos, n, sizeof (ira_allocno_t),
3362 a = sorted_allocnos[j];
3455 sorted_allocnos[n++] = a;
3459 setup_allocno_priorities (sorted_allocnos, n)
    [all...]
ira-color.cc 191 static ira_allocno_t *sorted_allocnos; variable
2592 sorted_allocnos[n++] = a;
2595 qsort (sorted_allocnos, n, sizeof (ira_allocno_t), compare_func);
2599 a = sorted_allocnos[n];
3334 sorted_allocnos[n++] = conflict_a;
3351 'sorted_allocnos'. There is still a possibility that some of the
3358 qsort (sorted_allocnos, n, sizeof (ira_allocno_t),
3362 a = sorted_allocnos[j];
3455 sorted_allocnos[n++] = a;
3459 setup_allocno_priorities (sorted_allocnos, n)
    [all...]

Completed in 139 milliseconds