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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dcse.c1128 unsigned c_regno = REGNO (classp->exp);
1130 gcc_assert (REGNO_QTY_VALID_P (c_regno));
1142 if (qty_table[REG_QTY (c_regno)].mode != GET_MODE (x))
1145 make_regs_eqv (regno, c_regno);
1125 unsigned c_regno = REGNO (classp->exp); local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dcse.cc1107 unsigned c_regno = REGNO (classp->exp);
1109 gcc_assert (REGNO_QTY_VALID_P (c_regno));
1121 if (qty_table[REG_QTY (c_regno)].mode != GET_MODE (x))
1124 make_regs_eqv (regno, c_regno);

Completed in 163 milliseconds