Searched refs:return_copy (Results 1 – 1 of 1) sorted by relevance
246 rtx return_copy = PREV_INSN (last_insn); in create_pre_exit() local251 if (INSN_P (return_copy)) in create_pre_exit()253 if (GET_CODE (PATTERN (return_copy)) == USE in create_pre_exit()254 && GET_CODE (XEXP (PATTERN (return_copy), 0)) == REG in create_pre_exit()256 (REGNO (XEXP (PATTERN (return_copy), 0))))) in create_pre_exit()259 last_insn = return_copy; in create_pre_exit()265 return_copy_pat = single_set (return_copy); in create_pre_exit()268 return_copy_pat = PATTERN (return_copy); in create_pre_exit()292 int mode = MODE_NEEDED (e, return_copy); in create_pre_exit()317 last_insn = return_copy; in create_pre_exit()[all …]