Searched refs:tp_first_run (Results 1 – 10 of 10) sorted by relevance
397 if (a->tp_first_run && b->tp_first_run) in node_cmp()398 return a->tp_first_run != b->tp_first_run in node_cmp()399 ? a->tp_first_run - b->tp_first_run in node_cmp()404 if (a->tp_first_run || b->tp_first_run) in node_cmp()405 return b->tp_first_run - a->tp_first_run; in node_cmp()554 order[i]->name (), order[i]->tp_first_run); in lto_balanced_map()557 noreorder[i]->name (), noreorder[i]->tp_first_run); in lto_balanced_map()
411 if (dst->tp_first_run > src->tp_first_run && src->tp_first_run) in ipa_merge_profiles()412 dst->tp_first_run = src->tp_first_run; in ipa_merge_profiles()
2220 if (!a->tp_first_run || !b->tp_first_run) in node_cmp()2221 return a->tp_first_run - b->tp_first_run; in node_cmp()2223 return a->tp_first_run != b->tp_first_run in node_cmp()2224 ? b->tp_first_run - a->tp_first_run in node_cmp()2267 if(node->tp_first_run) in expand_all_functions()2273 node->asm_name (), node->tp_first_run); in expand_all_functions()
459 new_node->tp_first_run = tp_first_run; in create_clone()
905 node->tp_first_run = hist->hvalue.counters[0]; in compute_value_histograms()908 fprintf (dump_file, "Read tp_first_run: %d\n", node->tp_first_run); in compute_value_histograms()
1388 node->tp_first_run = cur_node->tp_first_run + 1; in split_function()
3379 if (e->caller->tp_first_run > max_tp_first_run) in handle_missing_profiles()3380 max_tp_first_run = e->caller->tp_first_run; in handle_missing_profiles()3385 if (!node->tp_first_run && max_tp_first_run) in handle_missing_profiles()3386 node->tp_first_run = max_tp_first_run + 1; in handle_missing_profiles()
508 streamer_write_hwi_stream (ob->main_stream, node->tp_first_run); in lto_output_node()1303 node->tp_first_run = streamer_read_uhwi (ib); in input_node()
1415 int tp_first_run; member
2062 fprintf (f, " First run: %i\n", tp_first_run); in dump()