Home
last modified time | relevance | path

Searched refs:conditions_mutex_p (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dsched-deps.c491 static int conditions_mutex_p (const_rtx, const_rtx, bool, bool);
622 conditions_mutex_p (const_rtx cond1, const_rtx cond2, bool rev1, bool rev2) in conditions_mutex_p() function
651 && conditions_mutex_p (cond1, cond2, rev1, rev2) in sched_insns_conditions_mutex_p()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dsched-deps.cc491 static int conditions_mutex_p (const_rtx, const_rtx, bool, bool);
622 conditions_mutex_p (const_rtx cond1, const_rtx cond2, bool rev1, bool rev2) in conditions_mutex_p() function
651 && conditions_mutex_p (cond1, cond2, rev1, rev2) in sched_insns_conditions_mutex_p()
H A DChangeLog-200416282 (conditions_mutex_p): Use reversed_comparison_code.
39691 * sched-deps.c (conditions_mutex_p): Likewise.
H A DChangeLog-20087517 (conditions_mutex_p): Add arguments indicating which conditions are
H A DChangeLog-2000241 * sched-deps.c (get_condition, conditions_mutex_p): New functions.
H A DChangeLog-20079583 conditions_mutex_p, sched_insns_conditions_mutex_psd_next_list,