Home
last modified time | relevance | path

Searched refs:find_rtx_in_ldst (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/gcc/gcc/
H A Dgcse.c609 static struct ls_expr * find_rtx_in_ldst (rtx);
1351 if (!find_rtx_in_ldst (dest)) in mems_conflict_for_gcse_p()
5153 find_rtx_in_ldst (rtx x) in find_rtx_in_ldst() function
5399 if ((mem_ptr = find_rtx_in_ldst (expr->expr))) in update_ld_motion_stores()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dgcse.c673 static struct ls_expr * find_rtx_in_ldst PARAMS ((rtx));
1467 if (!find_rtx_in_ldst (dest))
6508 find_rtx_in_ldst (x) in find_rtx_in_ldst() function
6753 if ((mem_ptr = find_rtx_in_ldst (expr->expr)))
H A DChangeLog.56177 (find_rtx_in_ldst): Try to find an rtx expression in the ldst list.