Searched refs:check_counter (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | value-prof.c | 456 check_counter (gimple stmt, const char * name, in check_counter() function 682 if (check_counter (stmt, "value", &count, &all, gimple_bb (stmt)->count)) in gimple_divmod_fixed_value_transform() 846 if (check_counter (stmt, "pow2", &count, &all, gimple_bb (stmt)->count)) in gimple_mod_pow2_value_transform() 1011 if (check_counter (stmt, "interval", &count1, &all, gimple_bb (stmt)->count)) in gimple_mod_subtract_transform() 1321 if ( check_counter (stmt, "ic", &all, &bb_all, bb_all) in gimple_ic_transform() 1322 || check_counter (stmt, "ic", &count, &all, all)) in gimple_ic_transform() 1533 if (check_counter (stmt, "value", &count, &all, gimple_bb (stmt)->count)) in gimple_stringops_transform()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | value-prof.c | 583 check_counter (gimple *stmt, const char * name, in check_counter() function 800 if (check_counter (stmt, "value", &count, &all, gimple_bb (stmt)->count)) in gimple_divmod_fixed_value_transform() 968 if (check_counter (stmt, "pow2", &count, &all, gimple_bb (stmt)->count)) in gimple_mod_pow2_value_transform() 1128 if (check_counter (stmt, "interval", &count1, &all, gimple_bb (stmt)->count)) in gimple_mod_subtract_transform() 1520 if (check_counter (stmt, "ic", &all, &bb_all, gimple_bb (stmt)->count) in gimple_ic_transform() 1521 || check_counter (stmt, "ic", &count, &all, in gimple_ic_transform() 1755 if (check_counter (stmt, "value", &count, &all, gimple_bb (stmt)->count)) in gimple_stringops_transform()
|