Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-cp.c3262 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;
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-cp.cc3339 int eval_threshold = opt_for_fn (node->decl, param_ipa_cp_eval_threshold); in good_cloning_opportunity_p() local
3358 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()