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

  /src/external/gpl3/gcc/dist/gcc/
gimple-ssa-strength-reduction.cc 2695 record_increment (slsr_cand_t c, offset_int increment, bool is_phi_adjust)
2805 record_increment (phi_cand, diff, PHI_ADJUST);
2811 record_increment (arg_cand, diff, PHI_ADJUST);
2843 record_increment (c, cand_increment (c), NOT_PHI_ADJUST);
2852 record_increment (c, c->index, NOT_PHI_ADJUST);
2686 record_increment (slsr_cand_t c, offset_int increment, bool is_phi_adjust) function
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa-strength-reduction.cc 2695 record_increment (slsr_cand_t c, widest_int increment, bool is_phi_adjust)
2805 record_increment (phi_cand, diff, PHI_ADJUST);
2811 record_increment (arg_cand, diff, PHI_ADJUST);
2843 record_increment (c, cand_increment (c), NOT_PHI_ADJUST);
2852 record_increment (c, c->index, NOT_PHI_ADJUST);
2686 record_increment (slsr_cand_t c, widest_int increment, bool is_phi_adjust) function

Completed in 34 milliseconds