Searched refs:gimple_remove_histogram_value (Results 1 – 6 of 6) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | value-prof.c | 190 gimple_remove_histogram_value (struct function *fun, gimple *stmt, in gimple_remove_histogram_value() function 457 gimple_remove_histogram_value (fun, stmt, val); in gimple_remove_stmt_histograms() 790 gimple_remove_histogram_value (cfun, stmt, histogram); in gimple_divmod_fixed_value_transform() 951 gimple_remove_histogram_value (cfun, stmt, histogram); in gimple_mod_pow2_value_transform() 1130 gimple_remove_histogram_value (cfun, stmt, histogram); in gimple_mod_subtract_transform() 1152 gimple_remove_histogram_value (cfun, stmt, histogram); in gimple_mod_subtract_transform() 1524 gimple_remove_histogram_value (cfun, stmt, histogram); in gimple_ic_transform() 1558 gimple_remove_histogram_value (cfun, stmt, histogram); in gimple_ic_transform() 1748 gimple_remove_histogram_value (cfun, stmt, histogram); in gimple_stringops_transform() 1826 gimple_remove_histogram_value (cfun, stmt, histogram); in stringop_block_profile() [all …]
|
H A D | value-prof.h | 85 void gimple_remove_histogram_value (struct function *, gimple *, histogram_value);
|
H A D | ipa-profile.c | 219 gimple_remove_histogram_value (DECL_STRUCT_FUNCTION (node->decl), in ipa_profile_generate_summary()
|
H A D | auto-profile.c | 1066 gimple_remove_histogram_value (cfun, stmt, hist); in afdo_indirect_call()
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | value-prof.c | 168 gimple_remove_histogram_value (struct function *fun, gimple stmt, in gimple_remove_histogram_value() function 324 gimple_remove_histogram_value (fun, stmt, val); in gimple_remove_stmt_histograms() 672 gimple_remove_histogram_value (cfun, stmt, histogram); in gimple_divmod_fixed_value_transform() 829 gimple_remove_histogram_value (cfun, stmt, histogram); in gimple_mod_pow2_value_transform() 1013 gimple_remove_histogram_value (cfun, stmt, histogram); in gimple_mod_subtract_transform() 1035 gimple_remove_histogram_value (cfun, stmt, histogram); in gimple_mod_subtract_transform() 1312 gimple_remove_histogram_value (cfun, stmt, histogram); in gimple_ic_transform() 1527 gimple_remove_histogram_value (cfun, stmt, histogram); in gimple_stringops_transform() 1590 gimple_remove_histogram_value (cfun, stmt, histogram); in stringop_block_profile() 1603 gimple_remove_histogram_value (cfun, stmt, histogram); in stringop_block_profile() [all …]
|
H A D | value-prof.h | 83 void gimple_remove_histogram_value (struct function *, gimple, histogram_value);
|