Home
last modified time | relevance | path

Searched refs:afdo_source_profile (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dauto-profile.c336 static autofdo_source_profile *afdo_source_profile; variable
959 afdo_source_profile = autofdo_source_profile::create (); in read_profile()
960 if (afdo_source_profile == NULL) in read_profile()
1107 if (afdo_source_profile->get_count_info (stmt, &info)) in afdo_set_bb_count()
1122 afdo_source_profile->mark_annotated (gimple_location (gsi_stmt (gsi))); in afdo_set_bb_count()
1130 afdo_source_profile->mark_annotated (gimple_phi_arg_location (phi, i)); in afdo_set_bb_count()
1133 afdo_source_profile->mark_annotated (e->goto_locus); in afdo_set_bb_count()
1445 if (afdo_source_profile->get_function_instance_by_decl ( in afdo_vpt_for_early_inline()
1463 if (afdo_source_profile->get_count_info (stmt, &info)) in afdo_vpt_for_early_inline()
1479 afdo_source_profile->get_count_info (stmt, &info); in afdo_vpt_for_early_inline()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dauto-profile.cc336 static autofdo_source_profile *afdo_source_profile; variable
959 afdo_source_profile = autofdo_source_profile::create (); in read_profile()
960 if (afdo_source_profile == NULL) in read_profile()
1120 if (afdo_source_profile->get_count_info (stmt, &info)) in afdo_set_bb_count()
1135 afdo_source_profile->mark_annotated (gimple_location (gsi_stmt (gsi))); in afdo_set_bb_count()
1143 afdo_source_profile->mark_annotated (gimple_phi_arg_location (phi, i)); in afdo_set_bb_count()
1146 afdo_source_profile->mark_annotated (e->goto_locus); in afdo_set_bb_count()
1469 if (afdo_source_profile->get_function_instance_by_decl ( in afdo_vpt_for_early_inline()
1487 if (afdo_source_profile->get_count_info (stmt, &info)) in afdo_vpt_for_early_inline()
1503 afdo_source_profile->get_count_info (stmt, &info); in afdo_vpt_for_early_inline()
[all …]