Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dauto-profile.c241 gcov_type find_icall_target_map (gcall *stmt, icall_target_map *map) const;
591 function_instance::find_icall_target_map (gcall *stmt, in find_icall_target_map() function
813 if (s->find_icall_target_map (stmt, &map) == 0) in update_inlined_ind_target()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dauto-profile.cc241 gcov_type find_icall_target_map (gcall *stmt, icall_target_map *map) const;
591 function_instance::find_icall_target_map (gcall *stmt, in find_icall_target_map() function in autofdo::function_instance
813 if (s->find_icall_target_map (stmt, &map) == 0) in update_inlined_ind_target()
H A DChangeLog.gimple-classes195 * auto-profile.c (autofdo::function_instance::find_icall_target_map):
H A DChangeLog-20196556 * auto-profile.c (function_instance::find_icall_target_map): Likewise.