Searched refs:deaths_in_region (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/gcc/
H A Dsched-rgn.c2872 static int *deaths_in_region;
2919 deaths_in_region = XNEWVEC (int, nr_regions);
3041 gcc_assert (deaths_in_region[rgn]
3044 free (deaths_in_region);
3136 deaths_in_region = xrealloc (deaths_in_region, nr_regions *
3137 sizeof (*deaths_in_region));
3258 deaths_in_region[rgn] = count_or_remove_death_notes (blocks, 1);
2868 static int *deaths_in_region; variable

Completed in 119 milliseconds