Searched refs:INSN_TICK (Results 1 – 3 of 3) sorted by relevance
190 #define INSN_TICK(INSN) (h_i_d[INSN_UID (INSN)].tick) macro1176 gcc_assert (INSN_TICK (insn) >= MIN_TICK); in schedule_insn()1177 if (INSN_TICK (insn) > clock_var) in schedule_insn()1184 INSN_TICK (insn) = clock_var; in schedule_insn()2946 tick = INSN_TICK (head); in fix_inter_tick()2958 INSN_TICK (head) = tick; in fix_inter_tick()2966 tick = INSN_TICK (next); in fix_inter_tick()2985 INSN_TICK (next) = tick; in fix_inter_tick()3168 tick = INSN_TICK (next); in fix_tick_ready()3179 gcc_assert (INSN_TICK (pro) >= MIN_TICK); in fix_tick_ready()[all …]
9453 (sched_init): Initialize INSN_TICK, INTER_TICK and QUEUE_INDEX.
6142 (schedule_insn): Update INSN_TICK in case of premature36849 * haifa-sched.c (schedule_block): Modify INSN_TICK of depended