Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dmodulo-sched.c204 static void reset_partial_schedule (partial_schedule_ptr, int new_ii);
2290 int new_ii = ii + 1; in ps_insert_empty_row() local
2306 rows_new = (ps_insn_ptr *) xcalloc (new_ii, sizeof (ps_insn_ptr)); in ps_insert_empty_row()
2307 rows_length_new = (int *) xcalloc (new_ii, sizeof (int)); in ps_insert_empty_row()
2321 SCHED_ROW (u) = new_time % new_ii; in ps_insert_empty_row()
2322 SCHED_STAGE (u) = new_time / new_ii; in ps_insert_empty_row()
2342 SCHED_ROW (u) = new_time % new_ii; in ps_insert_empty_row()
2343 SCHED_STAGE (u) = new_time / new_ii; in ps_insert_empty_row()
2356 ps->ii = new_ii; in ps_insert_empty_row()
2910 reset_partial_schedule (partial_schedule_ptr ps, int new_ii) in reset_partial_schedule() argument
[all …]
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dmodulo-sched.c196 static void reset_partial_schedule (partial_schedule_ptr, int new_ii);
2269 int new_ii = ii + 1; in ps_insert_empty_row() local
2285 rows_new = (ps_insn_ptr *) xcalloc (new_ii, sizeof (ps_insn_ptr)); in ps_insert_empty_row()
2286 rows_length_new = (int *) xcalloc (new_ii, sizeof (int)); in ps_insert_empty_row()
2300 SCHED_ROW (u) = new_time % new_ii; in ps_insert_empty_row()
2301 SCHED_STAGE (u) = new_time / new_ii; in ps_insert_empty_row()
2321 SCHED_ROW (u) = new_time % new_ii; in ps_insert_empty_row()
2322 SCHED_STAGE (u) = new_time / new_ii; in ps_insert_empty_row()
2335 ps->ii = new_ii; in ps_insert_empty_row()
2879 reset_partial_schedule (partial_schedule_ptr ps, int new_ii) in reset_partial_schedule() argument
[all …]