Searched refs:check_counter (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/tests/net/altq/ |
H A D | t_cbq.sh | 115 check_counter() function 158 check_counter ./out normal 'pkts: 1' 159 check_counter ./out root 'pkts: 1' 160 check_counter ./out drop 'pkts: 0' 169 check_counter ./out drop 'drops: 1' 170 check_counter ./out drop 'pkts: 0' 171 check_counter ./out normal 'pkts: 1' 172 check_counter ./out root 'pkts: 1' 272 check_counter ./out normal 'pkts: 1' 273 check_counter ./out root 'pkts: 1' [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | value-prof.cc | 573 check_counter (gimple *stmt, const char * name, in check_counter() function 799 && check_counter (stmt, counter_type, &c, &read_all, in get_nth_most_common_value() 1005 if (check_counter (stmt, "pow2", &count, &all, gimple_bb (stmt)->count)) in gimple_mod_pow2_value_transform() 1168 if (check_counter (stmt, "interval", &count1, &all, gimple_bb (stmt)->count)) in gimple_mod_subtract_transform() 1678 if (check_counter (stmt, "value", &count, &all, gimple_bb (stmt)->count)) in gimple_stringops_transform()
|
H A D | ChangeLog-2008 | 10200 * value-prof.c (check_counter): Revert wrong call to error. 10379 * value-prof.c (check_counter): Dereference pointer to overall 10395 * value-prof.c (check_counter): Fix the counter if 10399 Follow check_counter parameter change.
|
H A D | ChangeLog-2013 | 18454 * value-prof.c (check_counter): Ditto. 21253 * value-prof.c (check_counter): Use new dump framework.
|
H A D | ChangeLog-2005 | 9661 (check_counter): New function.
|
H A D | ChangeLog-2018 | 18493 * value-prof.c (check_counter): Update call to dump_printf_loc to
|
H A D | ChangeLog-2010 | 5870 * value-prof.c (visit_hist, check_counter): Start diagnostics with
|
H A D | ChangeLog-2011 | 37617 * value-prof.c (check_counter): Corrected error message.
|
H A D | ChangeLog-2017 | 29015 * value-prof.c (check_counter): Update.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | value-prof.c | 552 check_counter (gimple *stmt, const char * name, in check_counter() function 762 && check_counter (stmt, counter_type, &c, &read_all, in get_nth_most_common_value() 968 if (check_counter (stmt, "pow2", &count, &all, gimple_bb (stmt)->count)) in gimple_mod_pow2_value_transform() 1131 if (check_counter (stmt, "interval", &count1, &all, gimple_bb (stmt)->count)) in gimple_mod_subtract_transform() 1641 if (check_counter (stmt, "value", &count, &all, gimple_bb (stmt)->count)) in gimple_stringops_transform()
|