Searched refs:loc_array (Results 1 – 2 of 2) sorted by relevance
550 static struct vec_descriptor **loc_array; variable555 loc_array[*n] = (struct vec_descriptor *) *slot; in add_statistics()572 loc_array = XCNEWVEC (struct vec_descriptor *, vec_desc_hash->n_elements); in dump_vec_loc_statistics()578 qsort (loc_array, nentries, sizeof (*loc_array), cmp_statistic); in dump_vec_loc_statistics()581 struct vec_descriptor *d = loc_array[i]; in dump_vec_loc_statistics()587 struct vec_descriptor *d = loc_array[i]; in dump_vec_loc_statistics()
1032 static struct loc_descriptor **loc_array; variable1037 loc_array[*n] = (struct loc_descriptor *) *slot; in add_statistics()1056 loc_array = XCNEWVEC (struct loc_descriptor *, loc_hash->n_elements); in dump_ggc_loc_statistics()1062 qsort (loc_array, nentries, sizeof (*loc_array), in dump_ggc_loc_statistics()1066 struct loc_descriptor *d = loc_array[i]; in dump_ggc_loc_statistics()1075 struct loc_descriptor *d = loc_array[i]; in dump_ggc_loc_statistics()