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

/haiku-buildtools/gcc/gcc/
H A Dsched-rgn.c86 /* nr_inter/spec counts interblock/speculative motion for the function. */ variable
87 static int nr_inter, nr_spec;
2214 nr_inter++;
3147 nr_inter = 0;
3208 nr_inter, nr_spec);
3211 gcc_assert (nr_inter <= 0);
/haiku-buildtools/legacy/gcc/gcc/
H A Dhaifa-sched.c212 /* nr_inter/spec counts interblock/speculative motion for the function */ variable
213 static int nr_inter, nr_spec;
6970 nr_inter++;
8513 nr_inter = 0;
8787 nr_inter, nr_spec);
8791 if (nr_inter > 0)

Completed in 119 milliseconds