Searched refs:anti_dependence (Results 1 – 9 of 9) sorted by relevance
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | alias.c | 2611 anti_dependence (const_rtx mem, const_rtx x) in anti_dependence() function 2726 if (anti_dependence (x, (const_rtx)data) || output_dependence (x, (const_rtx)data)) in memory_modified_1()
|
| HD | store-motion.c | 310 return anti_dependence (x, store_pattern); in load_kills_store()
|
| HD | rtl.h | 2596 extern int anti_dependence (const_rtx, const_rtx);
|
| HD | sched-deps.c | 2479 if (anti_dependence (XEXP (pending_mem, 0), t) in sched_analyze_1()
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | store-motion.c | 286 return anti_dependence (x, store_pattern); in load_kills_store()
|
| HD | alias.c | 3090 anti_dependence (const_rtx mem, const_rtx x) in anti_dependence() function 3238 if (anti_dependence (x, (const_rtx)data) || output_dependence (x, (const_rtx)data)) in memory_modified_1()
|
| HD | rtl.h | 4224 extern int anti_dependence (const_rtx, const_rtx);
|
| HD | sched-deps.c | 2500 if (anti_dependence (pending_mem->element (), t) in sched_analyze_1()
|
| HD | ira.c | 2950 && anti_dependence (info->equiv_mem, dest))) in validate_equiv_mem_from_store()
|