Lines Matching refs:afdo_source_profile
336 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()
1505 if (afdo_source_profile->update_inlined_ind_target (stmt, &info)) in afdo_vpt_for_early_inline()
1535 = afdo_source_profile->get_function_instance_by_decl ( in afdo_annotate_cfg()
1571 afdo_source_profile->mark_annotated ( in afdo_annotate_cfg()
1573 afdo_source_profile->mark_annotated (cfun->function_start_locus); in afdo_annotate_cfg()
1574 afdo_source_profile->mark_annotated (cfun->function_end_locus); in afdo_annotate_cfg()
1703 delete autofdo::afdo_source_profile; in end_auto_profile()
1714 = autofdo::afdo_source_profile->get_callsite_total_count (edge); in afdo_callsite_hot_enough_for_early_inline()