Searched refs:histogram_entry (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ipa-profile.cc | 63 struct histogram_entry struct 75 vec<histogram_entry *> histogram; argument 76 static object_allocator<histogram_entry> histogram_pool ("IPA histogram"); 80 struct histogram_hash : nofree_ptr_hash <histogram_entry> 82 static inline hashval_t hash (const histogram_entry *); 83 static inline int equal (const histogram_entry *, const histogram_entry *); 87 histogram_hash::hash (const histogram_entry *val) in hash() 93 histogram_hash::equal (const histogram_entry *val, const histogram_entry *val2) in equal() 103 vec<histogram_entry *> &histogram, in account_time_size() 106 histogram_entry key = {count, 0, 0}; in account_time_size() [all …]
|
H A D | ChangeLog-2013 | 20927 (struct histogram_entry, histogram, histogram_pool, histogram_hash, 34636 (histogram_entry): New structure.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | ipa-profile.c | 63 struct histogram_entry struct 75 vec<histogram_entry *> histogram; argument 76 static object_allocator<histogram_entry> histogram_pool ("IPA histogram"); 80 struct histogram_hash : nofree_ptr_hash <histogram_entry> 82 static inline hashval_t hash (const histogram_entry *); 83 static inline int equal (const histogram_entry *, const histogram_entry *); 87 histogram_hash::hash (const histogram_entry *val) in hash() 93 histogram_hash::equal (const histogram_entry *val, const histogram_entry *val2) in equal() 103 vec<histogram_entry *> &histogram, in account_time_size() 106 histogram_entry key = {count, 0, 0}; in account_time_size() [all …]
|
/netbsd-src/tests/usr.bin/xlint/lint1/ |
H A D | init.c | 32 } histogram_entry; typedef 40 const histogram_entry hgr[] = {
|