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

/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-loop-ivopts.c5057 unsigned best_cost, act_cost; local
5094 act_cost = iv_ca_extend (data, ivs, cand, &act_delta, NULL);
5098 if (act_cost < best_cost)
5100 best_cost = act_cost;
5127 act_cost = iv_ca_extend (data, ivs, cand, &act_delta, NULL);
5132 if (act_cost < best_cost)
5134 best_cost = act_cost;

Completed in 50 milliseconds