Home
last modified time | relevance | path

Searched refs:tp_first_run (Results 1 – 10 of 10) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/lto/
HDlto-partition.c397 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()
/dragonfly/contrib/gcc-8.0/gcc/
HDipa-utils.c411 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()
HDcgraphunit.c2220 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()
HDcgraphclones.c459 new_node->tp_first_run = tp_first_run; in create_clone()
HDprofile.c905 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()
HDipa-split.c1388 node->tp_first_run = cur_node->tp_first_run + 1; in split_function()
HDpredict.c3379 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()
HDlto-cgraph.c508 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()
HDcgraph.h1415 int tp_first_run; member
HDcgraph.c2062 fprintf (f, " First run: %i\n", tp_first_run); in dump()