Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gcc/
Dsched-rgn.c973 int i, *a = 0, a_sz = 0; in gather_region_statistics() local
982 if (nr_blocks > a_sz) in gather_region_statistics()
986 a[a_sz++] = 0; in gather_region_statistics()
987 while (a_sz != nr_blocks); in gather_region_statistics()
994 return a_sz; in gather_region_statistics()