Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/
Dtree-ssa-loop-ivopts.c3856 unsigned cost = 0, n_sums; in get_computation_cost_at() local
3981 n_sums = 1; in get_computation_cost_at()
3985 n_sums++; in get_computation_cost_at()
3987 return cost + n_sums * add_cost (TYPE_MODE (ctype)); in get_computation_cost_at()