Searched refs:interesting_stringop_to_profile_p (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | value-prof.c | 1361 interesting_stringop_to_profile_p (tree fndecl, gimple call, int *size_arg) in interesting_stringop_to_profile_p() function 1410 if (!interesting_stringop_to_profile_p (fndecl, vcall_stmt, &size_arg)) in gimple_stringop_fixed_value() 1514 if (!interesting_stringop_to_profile_p (fndecl, stmt, &size_arg)) in gimple_stringops_transform() 1727 if (!interesting_stringop_to_profile_p (fndecl, stmt, &size_arg)) in gimple_stringops_values_to_profile()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | value-prof.c | 1581 interesting_stringop_to_profile_p (gcall *call, int *size_arg) in interesting_stringop_to_profile_p() function 1631 if (!interesting_stringop_to_profile_p (vcall_stmt, &size_arg)) in gimple_stringop_fixed_value() 1734 if (!interesting_stringop_to_profile_p (stmt, &size_arg)) in gimple_stringops_transform() 1971 if (!interesting_stringop_to_profile_p (stmt, &size_arg)) in gimple_stringops_values_to_profile()
|