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

/freebsd-10.0-release/contrib/gcc/
H A Dmodulo-sched.c98 #define PS_MIN_CYCLE(ps) (((partial_schedule_ptr)(ps))->min_cycle)
108 #define PS_STAGE_COUNT(ps) ((PS_MAX_CYCLE (ps) - PS_MIN_CYCLE (ps) \
597 int amount = PS_MIN_CYCLE (ps);
1190 g->closing_branch->cuid, PS_MIN_CYCLE (ps) - 1);
1196 that were scheduled at the first PS_MIN_CYCLE cycle appear in the first
1199 rotate_partial_schedule (ps, PS_MIN_CYCLE (ps));
97 #define PS_MIN_CYCLE macro

Completed in 47 milliseconds