Searched refs:y_cst (Results 1 – 2 of 2) sorted by relevance
3277 rtx y_cst = NULL_RTX; in emit_move_insn() local3290 y_cst = y; in emit_move_insn()3300 y = y_cst; in emit_move_insn()3325 if (y_cst && REG_P (x) in emit_move_insn()3328 && ! rtx_equal_p (y_cst, SET_SRC (set))) in emit_move_insn()3329 set_unique_reg_note (last_insn, REG_EQUAL, y_cst); in emit_move_insn()
3203 rtx y_cst = NULL_RTX; local3224 y_cst = y;3231 y = y_cst;3255 if (y_cst && GET_CODE (x) == REG)3256 set_unique_reg_note (last_insn, REG_EQUAL, y_cst);