Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dvec.c550 static struct vec_descriptor **loc_array; variable
555 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()
H A Dggc-common.c1032 static struct loc_descriptor **loc_array; variable
1037 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()