Searched refs:lookup_or_add_counter (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | statistics.c | 281 lookup_or_add_counter (stats_counter_table_type *hash, const char *id, int val, in lookup_or_add_counter() function 318 counter = lookup_or_add_counter (curr_statistics_hash (), id, 0, false); in statistics_counter_event() 349 counter = lookup_or_add_counter (curr_statistics_hash (), id, val, true); in statistics_histogram_event()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | statistics.cc | 281 lookup_or_add_counter (stats_counter_table_type *hash, const char *id, int val, in lookup_or_add_counter() function 318 counter = lookup_or_add_counter (curr_statistics_hash (), id, 0, false); in statistics_counter_event() 349 counter = lookup_or_add_counter (curr_statistics_hash (), id, val, true); in statistics_histogram_event()
|