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

/haiku-buildtools/gcc/gcc/
H A Dmodulo-sched.c137 #define PS_MIN_CYCLE(ps) (((partial_schedule_ptr)(ps))->min_cycle)
599 PS_MIN_CYCLE (ps));
684 update_node_sched_params (i_reg_move, ii, c, PS_MIN_CYCLE (ps));
886 int new_min_cycle = PS_MIN_CYCLE (ps) - amount;
970 int amount = PS_MIN_CYCLE (ps);
1084 min_cycle = PS_MIN_CYCLE (ps) - SMODULO (PS_MIN_CYCLE (ps), ps->ii);
1120 PS_MIN_CYCLE (ps));
1125 if (PS_MIN_CYCLE (ps) < min_cycle)
1726 min_cycle = PS_MIN_CYCLE (p
136 #define PS_MIN_CYCLE macro
[all...]

Completed in 42 milliseconds