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

/freebsd-10-stable/contrib/gcc/
H A Dmodulo-sched.c202 #define SCHED_STAGE(x) (((node_sched_params_ptr)(x)->aux.info)->stage)
591 of SCHED_ROW and SCHED_STAGE. */
610 SCHED_STAGE (u) = normalized_time / ii;
685 /* SCHED_STAGE (u_node) >= from_stage == 0. Generate increasing
687 u_node, which is generated if its SCHED_STAGE <= to_stage. */
688 i_reg_moves = to_stage - SCHED_STAGE (u_node) + 1;
702 /* SCHED_STAGE (u_node) <= to_stage. Generate all reg_moves,
705 SCHED_STAGE (u_node) == from_stage - 1. */
707 - (from_stage - SCHED_STAGE (u_node) - 1);
722 if (SCHED_STAGE (u_nod
200 #define SCHED_STAGE macro
[all...]

Completed in 104 milliseconds