HomeSort by: relevance | last modified time | path
    Searched defs:overall_time (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
ipa-profile.cc 139 gcov_type overall_time = 0, cumulated_time = 0, cumulated_size = 0, local
145 overall_time += histogram[i]->count * histogram[i]->time;
148 if (!overall_time)
149 overall_time = 1;
159 cumulated_time * 100.0 / overall_time,
767 gcov_type overall_time = 0, cutoff = 0, cumulated = 0, overall_size = 0; local
778 overall_time += histogram[i]->count * histogram[i]->time;
782 if (overall_time)
786 cutoff = (overall_time * param_hot_bb_count_ws_permille + 500) / 1000;
808 cumulated_time * 100.0 / overall_time,
    [all...]
ipa-split.cc 1028 sreal overall_time; member in class:stack_entry
1037 OVERALL_TIME and OVERALL_SIZE is time and size of the function.
1054 find_split_points (basic_block return_bb, sreal overall_time, int overall_size)
1061 current.header_time = overall_time;
1069 first.overall_time = 0;
1110 current.header_time = overall_time - entry->overall_time;
1112 current.split_time = entry->overall_time;
1148 new_entry.overall_time
1184 prev->overall_time += entry->overall_time
1715 sreal overall_time = 0; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-profile.cc 137 gcov_type overall_time = 0, cumulated_time = 0, cumulated_size = 0, local
143 overall_time += histogram[i]->count * histogram[i]->time;
146 if (!overall_time)
147 overall_time = 1;
157 cumulated_time * 100.0 / overall_time,
766 gcov_type overall_time = 0, cutoff = 0, cumulated = 0, overall_size = 0; local
777 overall_time += histogram[i]->count * histogram[i]->time;
781 if (overall_time)
785 cutoff = (overall_time * param_hot_bb_count_ws_permille + 500) / 1000;
807 cumulated_time * 100.0 / overall_time,
    [all...]
ipa-split.cc 1025 sreal overall_time; member in class:stack_entry
1034 OVERALL_TIME and OVERALL_SIZE is time and size of the function.
1051 find_split_points (basic_block return_bb, sreal overall_time, int overall_size)
1058 current.header_time = overall_time;
1066 first.overall_time = 0;
1107 current.header_time = overall_time - entry->overall_time;
1109 current.split_time = entry->overall_time;
1145 new_entry.overall_time
1181 prev->overall_time += entry->overall_time
1712 sreal overall_time = 0; local
    [all...]

Completed in 30 milliseconds