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()
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()
1481 if (afdo_source_profile->update_inlined_ind_target (stmt, &info)) in afdo_vpt_for_early_inline()
1511 = afdo_source_profile->get_function_instance_by_decl ( in afdo_annotate_cfg()
1547 afdo_source_profile->mark_annotated ( in afdo_annotate_cfg()
1549 afdo_source_profile->mark_annotated (cfun->function_start_locus); in afdo_annotate_cfg()
1550 afdo_source_profile->mark_annotated (cfun->function_end_locus); in afdo_annotate_cfg()
1680 delete autofdo::afdo_source_profile; in end_auto_profile()
1691 = autofdo::afdo_source_profile->get_callsite_total_count (edge); in afdo_callsite_hot_enough_for_early_inline()