Home
last modified time | relevance | path

Searched refs:anti_dependence (Results 1 – 9 of 9) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
HDalias.c2611 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()
HDstore-motion.c310 return anti_dependence (x, store_pattern); in load_kills_store()
HDrtl.h2596 extern int anti_dependence (const_rtx, const_rtx);
HDsched-deps.c2479 if (anti_dependence (XEXP (pending_mem, 0), t) in sched_analyze_1()
/dragonfly/contrib/gcc-8.0/gcc/
HDstore-motion.c286 return anti_dependence (x, store_pattern); in load_kills_store()
HDalias.c3090 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()
HDrtl.h4224 extern int anti_dependence (const_rtx, const_rtx);
HDsched-deps.c2500 if (anti_dependence (pending_mem->element (), t) in sched_analyze_1()
HDira.c2950 && anti_dependence (info->equiv_mem, dest))) in validate_equiv_mem_from_store()