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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dhaifa-sched.c193 #define INSN_TICK(INSN) (HID (INSN)->tick)
196 /* If INSN_TICK of an instruction is equal to INVALID_TICK,
199 /* The minimal value of the INSN_TICK of an instruction. */
1201 + (INSN_TICK (tmp) > clock_var
1202 ? INSN_TICK (tmp) - clock_var : 0)
1204 - (INSN_TICK (tmp2) > clock_var
1205 ? INSN_TICK (tmp2) - clock_var : 0))) != 0)
1211 && (INSN_TICK (tmp2) > clock_var || INSN_TICK (tmp) > clock_var))
1213 if (INSN_TICK (tm
192 #define INSN_TICK macro
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dhaifa-sched.c190 #define INSN_TICK(INSN) (h_i_d[INSN_UID (INSN)].tick)
911 if (INSN_TICK (insn) > clock)
915 premature_issue = INSN_TICK (insn) - clock;
923 INSN_TICK (next) = MAX (INSN_TICK (next), clock + cost + premature_issue);
927 int effective_cost = INSN_TICK (next) - clock;
2164 /* INSN_TICK (minimum clock tick at which the insn becomes
2167 `clock_var' or modify INSN_TICK. It is better to keep
2169 Therefore we modify INSN_TICK here. */
2176 INSN_TICK (nex
189 #define INSN_TICK macro
[all...]

Completed in 60 milliseconds