Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
H A Dipa-cp.c1316 int base_time = inline_summary (node)->time; in estimate_local_effects() local
1324 cgraph_node_name (node), node->uid, base_time); in estimate_local_effects()
1344 "time_benefit: %i\n", size, base_time - time); in estimate_local_effects()
1350 base_time = time; in estimate_local_effects()
1356 else if (good_cloning_opportunity_p (node, base_time - time, in estimate_local_effects()
1363 base_time = time; in estimate_local_effects()
1410 time_benefit = base_time - time in estimate_local_effects()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dipa-cp.c2846 sreal time, base_time; in perform_estimation_of_a_value() local
2851 &base_time, &hints); in perform_estimation_of_a_value()
2852 base_time -= time; in perform_estimation_of_a_value()
2853 if (base_time > 65535) in perform_estimation_of_a_value()
2854 base_time = 65535; in perform_estimation_of_a_value()
2862 time_benefit = base_time.to_int () in perform_estimation_of_a_value()
2912 sreal time, base_time; in estimate_local_effects() local
2920 &base_time, &hints); in estimate_local_effects()
2928 "time_benefit: %f\n", size, (base_time - time).to_double ()); in estimate_local_effects()
2939 MAX ((base_time - time).to_int (), in estimate_local_effects()