Home
last modified time | relevance | path

Searched refs:const_rhs (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddse.c290 rtx const_rhs; variable
1254 store_info->const_rhs = NULL; in clear_rhs_from_active_local_stores()
1376 rtx mem, rhs, const_rhs, mem_addr; in record_store() local
1502 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 …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-2008129 * 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