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

/freebsd-10-stable/contrib/gcc/
H A Dmodulo-sched.c1071 unsigned stage_count = 0;
1157 stage_count = PS_STAGE_COUNT (ps);
1161 if (stage_count < 1
1162 || (count_init && (loop_count <= stage_count))
1163 || (flag_branch_probabilities && (trip_count <= stage_count)))
1168 fprintf (dump_file, "SMS sched-failed (stage-count=%d, loop-count=", stage_count);
1186 stage_count);
1197 row; this should reduce stage_count to minimum. */
1230 GEN_INT(stage_count));
1239 - stage_count
1068 unsigned stage_count = 0; local
[all...]

Completed in 106 milliseconds