Home
last modified time | relevance | path

Searched refs:cand_incr (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
HDgimple-ssa-strength-reduction.c2986 widest_int cand_incr = cand_abs_increment (c); in lowest_cost_path() local
2990 else if (incr == cand_incr) in lowest_cost_path()
3033 widest_int cand_incr = cand_abs_increment (c); in total_savings() local
3035 if (incr == cand_incr && !cand_already_replaced (c)) in total_savings()
3683 widest_int cand_incr; in replace_one_candidate() local
3688 cand_incr = cand_increment (c); in replace_one_candidate()
3720 if (incr_vec[i].incr != cand_incr) in replace_one_candidate()
3736 else if (cand_incr == 1) in replace_one_candidate()
3751 else if (cand_incr == -1) in replace_one_candidate()
3783 else if (cand_incr == 0) in replace_one_candidate()