Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dauto-profile.c333 static string_table *afdo_string_table; variable
540 int func_name_idx = afdo_string_table->get_index_by_decl (decl); in get_function_instance_by_decl()
549 = afdo_string_table->get_index (lang_hooks.dwarf_name (decl, 0)); in get_function_instance_by_decl()
605 get_identifier (afdo_string_table->get_name (callee))); in find_icall_target_map()
713 int index = afdo_string_table->get_index_by_decl (decl); in get_function_instance_by_decl()
839 || afdo_string_table->get_index (IDENTIFIER_POINTER ( in get_callsite_total_count()
891 afdo_string_table->get_index_by_decl (stack[stack.length () - 1].first)); in get_function_instance_by_inline_stack()
951 afdo_string_table = new string_table (); in read_profile()
952 if (!afdo_string_table->read()) in read_profile()
1004 get_identifier (afdo_string_table->get_name (max_iter->first))); in afdo_indirect_call()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dauto-profile.cc333 static string_table *afdo_string_table; variable
540 int func_name_idx = afdo_string_table->get_index_by_decl (decl); in get_function_instance_by_decl()
549 = afdo_string_table->get_index (lang_hooks.dwarf_name (decl, 0)); in get_function_instance_by_decl()
605 get_identifier (afdo_string_table->get_name (callee))); in find_icall_target_map()
713 int index = afdo_string_table->get_index_by_decl (decl); in get_function_instance_by_decl()
839 || afdo_string_table->get_index (IDENTIFIER_POINTER ( in get_callsite_total_count()
891 afdo_string_table->get_index_by_decl (stack[stack.length () - 1].first)); in get_function_instance_by_inline_stack()
951 afdo_string_table = new string_table (); in read_profile()
952 if (!afdo_string_table->read()) in read_profile()
1004 get_identifier (afdo_string_table->get_name (max_iter->first))); in afdo_indirect_call()
[all …]