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

  /src/external/gpl3/gcc/dist/gcc/
lra-constraints.cc 707 bool unique_p = early_clobber_p;
753 unique_p = true;
755 *result_reg = (unique_p
705 bool unique_p = early_clobber_p; local
sel-sched.cc 2553 bool unique_p = VINSN_UNIQUE_P (expr_old_vinsn);
2577 gcc_assert (!unique_p || inside_insn_group);
3033 UNIQUE_P - TRUE, if returned av_set will be changed, hence
3039 compute_av_set (insn_t insn, ilist_t p, int ws, bool unique_p)
3041 return compute_av_set_inside_bb (insn, p, ws, unique_p);
2545 bool unique_p = VINSN_UNIQUE_P (expr_old_vinsn); local
  /src/external/gpl3/gcc.old/dist/gcc/
lra-constraints.cc 643 bool unique_p = false;
725 unique_p = true;
727 *result_reg = (unique_p
641 bool unique_p = false; local
sel-sched.cc 2545 bool unique_p = VINSN_UNIQUE_P (expr_old_vinsn);
2569 gcc_assert (!unique_p || inside_insn_group);
3025 UNIQUE_P - TRUE, if returned av_set will be changed, hence
3031 compute_av_set (insn_t insn, ilist_t p, int ws, bool unique_p)
3033 return compute_av_set_inside_bb (insn, p, ws, unique_p);
2537 bool unique_p = VINSN_UNIQUE_P (expr_old_vinsn); local

Completed in 45 milliseconds