Searched refs:acost (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-address.c455 unsigned best_mult_cost = 0, acost; local
465 acost = multiply_by_cost (addr->coefs[i], Pmode);
467 if (acost > best_mult_cost)
469 best_mult_cost = acost;
H A Dtree-ssa-loop-ivopts.c3376 unsigned cost, acost; local
3428 acost = 0;
3473 acost = seq_cost (seq);
3474 acost += address_cost (addr, Pmode);
3476 if (!acost)
3477 acost = 1;
3478 costs[sym_p][var_p][off_p][rat_p] = acost;
3500 acost = costs[0][1][off_p][rat_p] + 1;
3502 acost += add_c;
3504 if (acost < cost
5011 unsigned i, best_cost, acost; local
5174 unsigned i, acost, best_cost = iv_ca_cost (ivs), n_ivs; local
[all...]

Completed in 113 milliseconds