Searched refs:true_dependence (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dlocal-alloc.c471 && true_dependence (dest, VOIDmode, equiv_mem, rtx_varies_p)))
722 if (true_dependence (memref, VOIDmode, x, rtx_varies_p))
H A Dpostreload-gcse.c599 if (true_dependence (dest, GET_MODE (dest), mem_op,
H A Dalias.c2145 true_dependence (rtx mem, enum machine_mode mem_mode, rtx x,
2206 /* In true_dependence we also allow BLKmode to alias anything. Why
2216 Variant of true_dependence which assumes MEM has already been
2218 The mem_addr argument has been added, since true_dependence computed
2270 /* In true_dependence we also allow BLKmode to alias anything. Why
2142 true_dependence (rtx mem, enum machine_mode mem_mode, rtx x, function
H A Dsched-deps.c1021 if (true_dependence (XEXP (pending_mem, 0), VOIDmode,
H A Dgcse.c1365 if (true_dependence (dest, GET_MODE (dest), gcse_mem_operand,
5884 return true_dependence (store_pattern, GET_MODE (store_pattern), x,
H A Drtl.h2246 extern int true_dependence (rtx, enum machine_mode, rtx, int (*)(rtx, int));
H A Dexpr.c6326 && true_dependence (exp_rtl, VOIDmode, x,

Completed in 143 milliseconds