Searched refs:const_rhs (Results 1 – 2 of 2) sorted by relevance
290 rtx const_rhs; variable1254 store_info->const_rhs = NULL; in clear_rhs_from_active_local_stores()1376 rtx mem, rhs, const_rhs, mem_addr; in record_store() local1502 const_rhs = rhs = NULL_RTX; in record_store()1516 const_rhs = rhs; in record_store()1521 const_rhs = XEXP (tem, 0); in record_store()1523 if (const_rhs == NULL_RTX && REG_P (rhs)) in record_store()1528 const_rhs = tem; in record_store()1575 if (s_info->const_rhs in record_store()1576 && const_rhs in record_store()[all …]
129 * dse.c (struct store_info): Add const_rhs field.130 (clear_rhs_from_active_local_stores): Clear also const_rhs.132 (find_shift_sequence, get_stored_val): Use const_rhs instead of