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

  /src/external/gpl3/gcc/dist/gcc/
gimple-ssa-strength-reduction.cc 2998 offset_int cand_incr = cand_abs_increment (c);
3002 else if (incr == cand_incr)
3045 offset_int cand_incr = cand_abs_increment (c);
3047 if (incr == cand_incr && !cand_already_replaced (c))
3695 offset_int cand_incr;
3700 cand_incr = cand_increment (c);
3732 if (incr_vec[i].incr != cand_incr)
3748 else if (cand_incr == 1)
3763 else if (cand_incr == -1)
3795 else if (cand_incr == 0
2989 offset_int cand_incr = cand_abs_increment (c); local
3036 offset_int cand_incr = cand_abs_increment (c); local
3686 offset_int cand_incr; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa-strength-reduction.cc 2998 widest_int cand_incr = cand_abs_increment (c);
3002 else if (incr == cand_incr)
3045 widest_int cand_incr = cand_abs_increment (c);
3047 if (incr == cand_incr && !cand_already_replaced (c))
3695 widest_int cand_incr;
3700 cand_incr = cand_increment (c);
3732 if (incr_vec[i].incr != cand_incr)
3748 else if (cand_incr == 1)
3763 else if (cand_incr == -1)
3795 else if (cand_incr == 0
2989 widest_int cand_incr = cand_abs_increment (c); local
3036 widest_int cand_incr = cand_abs_increment (c); local
3686 widest_int cand_incr; local
    [all...]

Completed in 23 milliseconds