Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/
HDtree-ssa-loop-ivopts.c5057 unsigned best_cost, act_cost; in try_add_cand_for() local
5094 act_cost = iv_ca_extend (data, ivs, cand, &act_delta, NULL); in try_add_cand_for()
5098 if (act_cost < best_cost) in try_add_cand_for()
5100 best_cost = act_cost; in try_add_cand_for()
5127 act_cost = iv_ca_extend (data, ivs, cand, &act_delta, NULL); in try_add_cand_for()
5132 if (act_cost < best_cost) in try_add_cand_for()
5134 best_cost = act_cost; in try_add_cand_for()