Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
HDgimple-ssa-strength-reduction.c2982 lowest_cost_path (int cost_in, int repl_savings, slsr_cand_t c, in lowest_cost_path() argument
2991 local_cost = cost_in - repl_savings - c->dead_savings; in lowest_cost_path()
3007 local_cost = lowest_cost_path (local_cost, repl_savings, in lowest_cost_path()
3013 sib_cost = lowest_cost_path (cost_in, repl_savings, in lowest_cost_path()
3029 total_savings (int repl_savings, slsr_cand_t c, const widest_int &incr, in total_savings() argument
3036 savings += repl_savings + c->dead_savings; in total_savings()
3051 savings += total_savings (repl_savings, lookup_cand (c->dependent), incr, in total_savings()
3055 savings += total_savings (repl_savings, lookup_cand (c->sibling), incr, in total_savings()
3139 int repl_savings; in analyze_increments() local
3144 repl_savings = mult_by_coeff_cost (hwi_stride, mode, speed); in analyze_increments()
[all …]