Home
last modified time | relevance | path

Searched refs:abbrev_usage_count (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddwarf2out.cc9206 static vec<unsigned int> abbrev_usage_count; variable
9281 abbrev_usage_count.safe_push (0); in build_abbrev_table()
9285 abbrev_usage_count[abbrev_id - abbrev_opt_start]++; in build_abbrev_table()
9309 if (abbrev_usage_count[die1->die_abbrev - abbrev_opt_start] in die_abbrev_cmp()
9310 > abbrev_usage_count[die2->die_abbrev - abbrev_opt_start]) in die_abbrev_cmp()
9312 if (abbrev_usage_count[die1->die_abbrev - abbrev_opt_start] in die_abbrev_cmp()
9313 < abbrev_usage_count[die2->die_abbrev - abbrev_opt_start]) in die_abbrev_cmp()
9460 abbrev_usage_count.release (); in optimize_abbrev_table()
H A DChangeLog-20167736 (abbrev_opt_start, abbrev_usage_count, sorted_abbrev_dies): New
7739 If abbrev_opt_start, fill in abbrev_usage_count and abbrev_dies
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddwarf2out.c9060 static vec<unsigned int> abbrev_usage_count; variable
9135 abbrev_usage_count.safe_push (0); in build_abbrev_table()
9139 abbrev_usage_count[abbrev_id - abbrev_opt_start]++; in build_abbrev_table()
9163 if (abbrev_usage_count[die1->die_abbrev - abbrev_opt_start] in die_abbrev_cmp()
9164 > abbrev_usage_count[die2->die_abbrev - abbrev_opt_start]) in die_abbrev_cmp()
9166 if (abbrev_usage_count[die1->die_abbrev - abbrev_opt_start] in die_abbrev_cmp()
9167 < abbrev_usage_count[die2->die_abbrev - abbrev_opt_start]) in die_abbrev_cmp()
9314 abbrev_usage_count.release (); in optimize_abbrev_table()