Searched refs:eval_threshold (Results 1 – 2 of 2) sorted by relevance
3262 int eval_threshold = opt_for_fn (node->decl, param_ipa_cp_eval_threshold);3282 evaluation, eval_threshold);3285 return evaluation >= eval_threshold;3301 evaluation, eval_threshold);3303 return evaluation >= eval_threshold;
3339 int eval_threshold = opt_for_fn (node->decl, param_ipa_cp_eval_threshold); in good_cloning_opportunity_p() local3358 evaluation.to_double (), eval_threshold); in good_cloning_opportunity_p()3361 return evaluation.to_int () >= eval_threshold; in good_cloning_opportunity_p()3377 evaluation.to_double (), eval_threshold); in good_cloning_opportunity_p()3379 return evaluation.to_int () >= eval_threshold; in good_cloning_opportunity_p()