Home
last modified time | relevance | path

Searched refs:get_function_instance_by_decl (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dauto-profile.c232 function_instance *get_function_instance_by_decl (unsigned lineno,
298 function_instance *get_function_instance_by_decl (tree decl) const;
537 function_instance::get_function_instance_by_decl (unsigned lineno, in get_function_instance_by_decl() function
558 return get_function_instance_by_decl (lineno, DECL_ABSTRACT_ORIGIN (decl)); in get_function_instance_by_decl()
711 autofdo_source_profile::get_function_instance_by_decl (tree decl) const in get_function_instance_by_decl() function
897 s = s->get_function_instance_by_decl ( in get_function_instance_by_inline_stack()
1445 if (afdo_source_profile->get_function_instance_by_decl ( in afdo_vpt_for_early_inline()
1511 = afdo_source_profile->get_function_instance_by_decl ( in afdo_annotate_cfg()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dauto-profile.cc232 function_instance *get_function_instance_by_decl (unsigned lineno,
298 function_instance *get_function_instance_by_decl (tree decl) const;
537 function_instance::get_function_instance_by_decl (unsigned lineno, in get_function_instance_by_decl() function in autofdo::function_instance
558 return get_function_instance_by_decl (lineno, DECL_ABSTRACT_ORIGIN (decl)); in get_function_instance_by_decl()
711 autofdo_source_profile::get_function_instance_by_decl (tree decl) const in get_function_instance_by_decl() function in autofdo::autofdo_source_profile
897 s = s->get_function_instance_by_decl ( in get_function_instance_by_inline_stack()
1469 if (afdo_source_profile->get_function_instance_by_decl ( in afdo_vpt_for_early_inline()
1535 = afdo_source_profile->get_function_instance_by_decl ( in afdo_annotate_cfg()
H A DChangeLog-20181470 (function_instance::get_function_instance_by_decl): Avoid infinite
H A DChangeLog-201542331 function_instance::get_function_instance_by_decl,