Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-ssa-loop-ivopts.cc6000 comp_cost cost_base; in determine_iv_cost() local
6011 cost_base = force_var_cost (data, base, NULL); in determine_iv_cost()
6015 if (cost_base.cost == 0) in determine_iv_cost()
6016 cost_base.cost = COSTS_N_INSNS (1); in determine_iv_cost()
6022 cost = cost_step + adjust_setup_cost (data, cost_base.cost); in determine_iv_cost()
DChangeLog-201125249 cost_base.cost == 0.