Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/
Dtree-ssa-loop-ivopts.c4641 struct cost_pair *best_cp = NULL, *cp; in iv_ca_add_use() local
4657 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()