Home
last modified time | relevance | path

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

/trueos/contrib/gcc/
HDsched-deps.c102 static rtx sched_get_condition (rtx);
155 sched_get_condition (rtx insn) in sched_get_condition() function
213 cond1 = sched_get_condition (insn1); in sched_insns_conditions_mutex_p()
214 cond2 = sched_get_condition (insn2); in sched_insns_conditions_mutex_p()
1254 if (sched_get_condition (insn)) in sched_analyze_insn()
1301 if (sched_get_condition (insn)) in sched_analyze_insn()
HDChangeLog-200510249 * sched-deps.c (sched_get_condition): Enable #if 0'ed code.
HDChangeLog-20046627 * sched-deps.c (get_condition): Rename to sched_get_condition.