Lines Matching defs:runs
712 unsigned runs = (profile_info->runs);
713 streamer_write_uhwi_stream (ob->main_stream, runs);
1631 unsigned int runs = streamer_read_uhwi (ib);
1632 if (runs)
1634 file_data->profile_info.runs = runs;
1644 /* Rescale profile summaries to the same number of runs in the whole unit. */
1655 /* Find unit with maximal number of runs. If we ever get serious about
1659 if (max_runs < file_data->profile_info.runs)
1660 max_runs = file_data->profile_info.runs;
1666 runs. Such a large value probably imply data corruption anyway. */
1669 sorry ("At most %i profile runs is supported. Perhaps corrupted profile?",
1675 profile_info->runs = max_runs;
1686 && node->lto_file_data->profile_info.runs)
1691 node->lto_file_data->profile_info.runs);