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

/freebsd-9.3-release/contrib/gcc/
H A Dsched-int.h307 short reg_weight; member in struct:haifa_insn_data
354 #define INSN_REG_WEIGHT(INSN) (h_i_d[INSN_UID (INSN)].reg_weight)
H A Dhaifa-sched.c1635 int reg_weight = 0;
1644 reg_weight += find_set_reg_weight (x);
1651 reg_weight += find_set_reg_weight (x);
1659 reg_weight--;
1662 INSN_REG_WEIGHT (insn) = reg_weight;
1631 int reg_weight = 0; local

Completed in 115 milliseconds