Home
last modified time | relevance | path

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

12345678910>>...16

/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/lto/
H A Dlto-partition.c356 if (a->tp_first_run && b->tp_first_run) in node_cmp()
357 return a->tp_first_run != b->tp_first_run in node_cmp()
358 ? a->tp_first_run - b->tp_first_run in node_cmp()
363 if (a->tp_first_run || b->tp_first_run) in node_cmp()
364 return b->tp_first_run - a->tp_first_run; in node_cmp()
457 …(cgraph_dump_file, "Balanced map symbol order:%s:%u\n", order[i]->name (), order[i]->tp_first_run); in lto_balanced_map()
H A Dlto-symtab.c95 if (node->tp_first_run) in lto_cgraph_replace_node()
96 prevailing_node->tp_first_run = prevailing_node->tp_first_run ? in lto_cgraph_replace_node()
97 MIN (prevailing_node->tp_first_run, node->tp_first_run) : in lto_cgraph_replace_node()
98 node->tp_first_run; in lto_cgraph_replace_node()
/dports/lang/gcc9/gcc-9.4.0/gcc/lto/
H A Dlto-partition.c391 if (a->tp_first_run && b->tp_first_run) in node_cmp()
392 return a->tp_first_run != b->tp_first_run in node_cmp()
393 ? a->tp_first_run - b->tp_first_run in node_cmp()
398 if (a->tp_first_run || b->tp_first_run) in node_cmp()
399 return b->tp_first_run - a->tp_first_run; in node_cmp()
549 order[i]->name (), order[i]->tp_first_run); in lto_balanced_map()
552 noreorder[i]->name (), noreorder[i]->tp_first_run); in lto_balanced_map()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/lto/
H A Dlto-partition.c391 if (a->tp_first_run && b->tp_first_run) in node_cmp()
392 return a->tp_first_run != b->tp_first_run in node_cmp()
393 ? a->tp_first_run - b->tp_first_run in node_cmp()
398 if (a->tp_first_run || b->tp_first_run) in node_cmp()
399 return b->tp_first_run - a->tp_first_run; in node_cmp()
548 order[i]->name (), order[i]->tp_first_run); in lto_balanced_map()
551 noreorder[i]->name (), noreorder[i]->tp_first_run); in lto_balanced_map()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/lto/
H A Dlto-partition.c391 if (a->tp_first_run && b->tp_first_run) in node_cmp()
392 return a->tp_first_run != b->tp_first_run in node_cmp()
393 ? a->tp_first_run - b->tp_first_run in node_cmp()
398 if (a->tp_first_run || b->tp_first_run) in node_cmp()
399 return b->tp_first_run - a->tp_first_run; in node_cmp()
549 order[i]->name (), order[i]->tp_first_run); in lto_balanced_map()
552 noreorder[i]->name (), noreorder[i]->tp_first_run); in lto_balanced_map()
/dports/lang/gnat_util/gcc-6-20180516/gcc/lto/
H A Dlto-partition.c373 if (a->tp_first_run && b->tp_first_run) in node_cmp()
374 return a->tp_first_run != b->tp_first_run in node_cmp()
375 ? a->tp_first_run - b->tp_first_run in node_cmp()
380 if (a->tp_first_run || b->tp_first_run) in node_cmp()
381 return b->tp_first_run - a->tp_first_run; in node_cmp()
499 order[i]->name (), order[i]->tp_first_run); in lto_balanced_map()
502 noreorder[i]->name (), noreorder[i]->tp_first_run); in lto_balanced_map()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/lto/
H A Dlto-partition.c373 if (a->tp_first_run && b->tp_first_run) in node_cmp()
374 return a->tp_first_run != b->tp_first_run in node_cmp()
375 ? a->tp_first_run - b->tp_first_run in node_cmp()
380 if (a->tp_first_run || b->tp_first_run) in node_cmp()
381 return b->tp_first_run - a->tp_first_run; in node_cmp()
499 order[i]->name (), order[i]->tp_first_run); in lto_balanced_map()
502 noreorder[i]->name (), noreorder[i]->tp_first_run); in lto_balanced_map()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/lto/
H A Dlto-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()
555 order[i]->name (), order[i]->tp_first_run); in lto_balanced_map()
558 noreorder[i]->name (), noreorder[i]->tp_first_run); in lto_balanced_map()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/lto/
H A Dlto-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()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/lto/
H A Dlto-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()
555 order[i]->name (), order[i]->tp_first_run); in lto_balanced_map()
558 noreorder[i]->name (), noreorder[i]->tp_first_run); in lto_balanced_map()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/lto/
H A Dlto-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()
555 order[i]->name (), order[i]->tp_first_run); in lto_balanced_map()
558 noreorder[i]->name (), noreorder[i]->tp_first_run); in lto_balanced_map()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/lto/
H A Dlto-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()
555 order[i]->name (), order[i]->tp_first_run); in lto_balanced_map()
558 noreorder[i]->name (), noreorder[i]->tp_first_run); in lto_balanced_map()
/dports/lang/gcc8/gcc-8.5.0/gcc/lto/
H A Dlto-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()
555 order[i]->name (), order[i]->tp_first_run); in lto_balanced_map()
558 noreorder[i]->name (), noreorder[i]->tp_first_run); in lto_balanced_map()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dipa-utils.c398 if (dst->tp_first_run > src->tp_first_run && src->tp_first_run) in ipa_merge_profiles()
399 dst->tp_first_run = src->tp_first_run; in ipa_merge_profiles()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dipa-utils.c398 if (dst->tp_first_run > src->tp_first_run && src->tp_first_run) in ipa_merge_profiles()
399 dst->tp_first_run = src->tp_first_run; in ipa_merge_profiles()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dipa-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()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dipa-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()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dipa-utils.c660 if (dst->tp_first_run > src->tp_first_run && src->tp_first_run) in ipa_merge_profiles()
661 dst->tp_first_run = src->tp_first_run; in ipa_merge_profiles()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dipa-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()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dipa-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()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dipa-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()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dipa-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()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dipa-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()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dipa-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()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dipa-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()

12345678910>>...16