Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dhaifa-sched.c191 #define INTER_TICK(INSN) (h_i_d[INSN_UID (INSN)].inter_tick) macro
2980 if (tick > INTER_TICK (next)) in fix_inter_tick()
2981 INTER_TICK (next) = tick; in fix_inter_tick()
2983 tick = INTER_TICK (next); in fix_inter_tick()
3333 INTER_TICK (insn) = INVALID_TICK; in init_h_i_d()
H A DChangeLog-20069429 * haifa-sched.c (INTER_TICK, QUEUE_INDEX): New macros.
9453 (sched_init): Initialize INSN_TICK, INTER_TICK and QUEUE_INDEX.