Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gcc/
Dsched-deps.c103 static int conditions_mutex_p (rtx, rtx);
191 conditions_mutex_p (rtx cond1, rtx cond2) in conditions_mutex_p() function
216 && conditions_mutex_p (cond1, cond2) in sched_insns_conditions_mutex_p()
DChangeLog-200416282 (conditions_mutex_p): Use reversed_comparison_code.
39691 * sched-deps.c (conditions_mutex_p): Likewise.
DChangeLog-2000241 * sched-deps.c (get_condition, conditions_mutex_p): New functions.