Searched refs:overall_time (Results 1 – 3 of 3) sorted by relevance
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | ipa-profile.c | 145 gcov_type overall_time = 0, cumulated_time = 0, cumulated_size = 0, overall_size = 0; in dump_histogram() local 150 overall_time += histogram[i]->count * histogram[i]->time; in dump_histogram() 153 if (!overall_time) in dump_histogram() 154 overall_time = 1; in dump_histogram() 164 cumulated_time * 100.0 / overall_time, in dump_histogram() 494 gcov_type overall_time = 0, cutoff = 0, cumulated = 0, overall_size = 0; in ipa_profile() local 504 overall_time += histogram[i]->count * histogram[i]->time; in ipa_profile() 507 if (overall_time) in ipa_profile() 517 (int64_t)overall_time); in ipa_profile() 528 cumulated_time * 100.0 / overall_time, in ipa_profile() [all …]
|
| HD | ipa-split.c | 1042 sreal overall_time; member 1068 find_split_points (basic_block return_bb, sreal overall_time, int overall_size) in find_split_points() argument 1075 current.header_time = overall_time; in find_split_points() 1083 first.overall_time = 0; in find_split_points() 1124 current.header_time = overall_time - entry->overall_time; in find_split_points() 1126 current.split_time = entry->overall_time; in find_split_points() 1162 new_entry.overall_time in find_split_points() 1198 prev->overall_time += entry->overall_time; in find_split_points() 1741 sreal overall_time = 0; in execute_split_functions() local 1891 overall_time += time; in execute_split_functions() [all …]
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | ipa-split.c | 866 int overall_time, overall_size; member 893 find_split_points (int overall_time, int overall_size) in find_split_points() argument 901 current.header_time = overall_time; in find_split_points() 909 first.overall_time = 0; in find_split_points() 948 current.header_time = overall_time - entry->overall_time; in find_split_points() 950 current.split_time = entry->overall_time; in find_split_points() 986 new_entry.overall_time in find_split_points() 1023 prev->overall_time += entry->overall_time; in find_split_points() 1402 int overall_time = 0, overall_size = 0; in execute_split_functions() local 1512 overall_time += time; in execute_split_functions() [all …]
|