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

/freebsd-9.3-release/contrib/gcc/
H A Dsched-int.h353 #define INSN_COST(INSN) (h_i_d[INSN_UID (INSN)].cost) macro
H A Dhaifa-sched.c649 int cost = INSN_COST (insn);
659 INSN_COST (insn) = 0;
668 INSN_COST (insn) = cost;
3334 INSN_COST (insn) = -1;
4068 /* Invalidate INSN_COST, so it'll be recalculated. */
4069 INSN_COST (insn) = -1;

Completed in 73 milliseconds