Searched refs:best_cp (Results 1 – 1 of 1) sorted by relevance
4641 struct cost_pair *best_cp = NULL, *cp; in iv_ca_add_use() local4657 if (cheaper_cost_pair (cp, best_cp)) in iv_ca_add_use()4658 best_cp = cp; in iv_ca_add_use()4661 iv_ca_set_cp (data, ivs, use, best_cp); in iv_ca_add_use()