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

  /src/external/gpl3/gcc/dist/gcc/
lto-cgraph.cc 1696 gcov_unsigned_t max_runs = 0; local
1704 if (max_runs < file_data->profile_info.runs)
1705 max_runs = file_data->profile_info.runs;
1707 if (!max_runs)
1712 if (max_runs > INT_MAX / REG_BR_PROB_BASE)
1720 profile_info->runs = max_runs;
1735 scale = RDIV (node->count_materialization_scale * max_runs,
  /src/external/gpl3/gcc.old/dist/gcc/
lto-cgraph.cc 1651 gcov_unsigned_t max_runs = 0; local
1659 if (max_runs < file_data->profile_info.runs)
1660 max_runs = file_data->profile_info.runs;
1662 if (!max_runs)
1667 if (max_runs > INT_MAX / REG_BR_PROB_BASE)
1675 profile_info->runs = max_runs;
1690 scale = RDIV (node->count_materialization_scale * max_runs,

Completed in 25 milliseconds