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

/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-loop-ivopts.c4641 struct cost_pair *best_cp = NULL, *cp; local
4657 if (cheaper_cost_pair (cp, best_cp))
4658 best_cp = cp;
4661 iv_ca_set_cp (data, ivs, use, best_cp);

Completed in 67 milliseconds