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

/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-loop-ivopts.c287 struct cost_pair *new_cp; member in struct:iv_ca_delta
4697 struct cost_pair *new_cp, struct iv_ca_delta *next_change)
4703 change->new_cp = new_cp;
4753 act->old_cp = act->new_cp;
4754 act->new_cp = tmp;
4776 to = act->new_cp;
4883 struct cost_pair *old_cp, *new_cp; local
4895 new_cp = get_use_iv_cost (data, use, cand);
4896 if (!new_cp)
4696 iv_ca_delta_add(struct iv_use *use, struct cost_pair *old_cp, struct cost_pair *new_cp, struct iv_ca_delta *next_change) argument
4926 struct cost_pair *old_cp, *new_cp, *cp; local
[all...]

Completed in 67 milliseconds