Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dipa-profile.cc137 gcov_type overall_time = 0, cumulated_time = 0, cumulated_size = 0, in dump_histogram() local
143 overall_time += histogram[i]->count * histogram[i]->time; in dump_histogram()
146 if (!overall_time) in dump_histogram()
147 overall_time = 1; in dump_histogram()
157 cumulated_time * 100.0 / overall_time, in dump_histogram()
766 gcov_type overall_time = 0, cutoff = 0, cumulated = 0, overall_size = 0; in ipa_profile() local
777 overall_time += histogram[i]->count * histogram[i]->time; in ipa_profile()
781 if (overall_time) in ipa_profile()
785 cutoff = (overall_time * param_hot_bb_count_ws_permille + 500) / 1000; in ipa_profile()
807 cumulated_time * 100.0 / overall_time, in ipa_profile()
Dipa-split.cc1025 sreal overall_time; member in stack_entry
1051 find_split_points (basic_block return_bb, sreal overall_time, int overall_size) in find_split_points() argument
1058 current.header_time = overall_time; in find_split_points()
1066 first.overall_time = 0; in find_split_points()
1107 current.header_time = overall_time - entry->overall_time; in find_split_points()
1109 current.split_time = entry->overall_time; in find_split_points()
1145 new_entry.overall_time in find_split_points()
1181 prev->overall_time += entry->overall_time; in find_split_points()
1712 sreal overall_time = 0; in execute_split_functions() local
1877 overall_time += time; in execute_split_functions()
[all …]