Searched refs:sched_get_condition_with_rev_uncached (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dsched-deps.c524 sched_get_condition_with_rev_uncached (const rtx_insn *insn, bool *rev)
566 rtx cond = sched_get_condition_with_rev_uncached (insn, &rev);
579 /* Caching variant of sched_get_condition_with_rev_uncached.
588 return sched_get_condition_with_rev_uncached (insn, rev);
600 INSN_CACHED_COND (insn) = sched_get_condition_with_rev_uncached (insn, &tmp);
521 sched_get_condition_with_rev_uncached (const rtx_insn *insn, bool *rev) function
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dsched-deps.cc524 sched_get_condition_with_rev_uncached (const rtx_insn *insn, bool *rev)
566 rtx cond = sched_get_condition_with_rev_uncached (insn, &rev);
579 /* Caching variant of sched_get_condition_with_rev_uncached.
588 return sched_get_condition_with_rev_uncached (insn, rev);
600 INSN_CACHED_COND (insn) = sched_get_condition_with_rev_uncached (insn, &tmp);
521 sched_get_condition_with_rev_uncached (const rtx_insn *insn, bool *rev) function

Completed in 191 milliseconds