Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/
HDsched-rgn.c978 int nr_blocks = RGN_NR_BLOCKS (i); in gather_region_statistics() local
980 gcc_assert (nr_blocks >= 1); in gather_region_statistics()
982 if (nr_blocks > a_sz) in gather_region_statistics()
984 a = xrealloc (a, nr_blocks * sizeof (*a)); in gather_region_statistics()
987 while (a_sz != nr_blocks); in gather_region_statistics()
990 a[nr_blocks - 1]++; in gather_region_statistics()