Searched refs:anti_dependence (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dalias.c2207 don't we do this in anti_dependence and output_dependence? */
2271 don't we do this in anti_dependence and output_dependence? */
2346 anti_dependence (rtx mem, rtx x)
2395 if (anti_dependence (x, (rtx)data) || output_dependence (x, (rtx)data))
2343 anti_dependence (rtx mem, rtx x) function
H A Dsched-deps.c899 if (anti_dependence (XEXP (pending_mem, 0), t)
H A Dflow.c2334 must have the potential for them to conflict (anti_dependence). */
2336 if (anti_dependence (r, XEXP (temp, 0)))
4098 if (anti_dependence (XEXP (temp, 0), x))
H A Drtl.h2251 extern int anti_dependence (rtx, rtx);
H A Dgcse.c5882 return anti_dependence (x, store_pattern);

Completed in 95 milliseconds