Searched refs:output_dependence (Results 1 – 11 of 11) sorted by relevance
/openbsd/gnu/gcc/gcc/ |
H A D | alias.c | 2351 output_dependence (rtx mem, rtx x) in output_dependence() function 2391 if (anti_dependence (x, (rtx)data) || output_dependence (x, (rtx)data)) in memory_modified_1()
|
H A D | sched-deps.c | 903 if (output_dependence (XEXP (pending_mem, 0), t) in sched_analyze_1()
|
H A D | gcse.c | 5953 if (output_dependence (dest, x)) in store_killed_in_insn() 5958 if (output_dependence (x, dest)) in store_killed_in_insn()
|
H A D | rtl.h | 2234 extern int output_dependence (rtx, rtx);
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | sched-deps.c | 684 if (output_dependence (XEXP (pending_mem, 0), t))
|
H A D | alias.c | 2382 output_dependence (mem, x) in output_dependence() function
|
H A D | rtl.h | 2269 extern int output_dependence PARAMS ((rtx, rtx));
|
H A D | ChangeLog.0 | 1211 (output_dependence): Likewise. 3503 (true_dependence, anti_dependence, output_dependence): Revert April 21 4836 (true_dependence, anti_dependence, output_dependence): Call 12320 (anti_dependence, output_dependence): Likewise. 12988 (output_dependence, init_alias_analysis, end_alias_analysis): Likewise.
|
H A D | ChangeLog.1 | 6386 anti_dependence and output_dependence. 6388 (output_dependence): Likewise.
|
H A D | FSFChangeLog.10 | 3424 (anti_dependence, output_dependence): Likewise.
|
/openbsd/gnu/gcc/gcc/config/frv/ |
H A D | frv.c | 7174 if (output_dependence (frv_packet.mems[i].mem, *x)) in frv_registers_conflict_p_1()
|