HomeSort by: relevance | last modified time | path
    Searched defs:sched_get_condition_with_rev_uncached (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
sched-deps.cc 524 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
  /src/external/gpl3/gcc.old/dist/gcc/
sched-deps.cc 524 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 22 milliseconds