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

/haiku-buildtools/gcc/gcc/
H A Dmodulo-sched.c251 static int calculate_stage_count (partial_schedule_ptr, int);
979 stage_count = calculate_stage_count (ps, amount);
981 calculate_stage_count (ps, SCHED_TIME (g->closing_branch->cuid) - (ii - 1));
1679 stage_count = calculate_stage_count (ps, 0);
1689 stage_count = calculate_stage_count (ps, amount);
1746 gcc_checking_assert (stage_count == calculate_stage_count (ps, 0));
3321 calculate_stage_count (partial_schedule_ptr ps, int rotation_amount)
3316 calculate_stage_count (partial_schedule_ptr ps, int rotation_amount) function

Completed in 46 milliseconds