Home
last modified time | relevance | path

Searched refs:cost_in (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
2989 local_cost = cost_in; in lowest_cost_path()
2991 local_cost = cost_in - repl_savings - c->dead_savings; in lowest_cost_path()
2993 local_cost = cost_in - c->dead_savings; in lowest_cost_path()
3013 sib_cost = lowest_cost_path (cost_in, repl_savings, in lowest_cost_path()