Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/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()