Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-ssa-loop-ivopts.cc7789 unsigned i, best_pref = 0, cand_pref; in remove_unused_ivs() local
7799 cand_pref = operand_equal_p (cand->iv->step, in remove_unused_ivs()
7802 cand_pref in remove_unused_ivs()
7806 cand_pref in remove_unused_ivs()
7809 if (best_cand == NULL || best_pref < cand_pref) in remove_unused_ivs()
7818 best_pref = cand_pref; in remove_unused_ivs()