Searched refs:abbrev_usage_count (Results 1 – 3 of 3) sorted by relevance
9206 static vec<unsigned int> abbrev_usage_count; variable9281 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()
7736 (abbrev_opt_start, abbrev_usage_count, sorted_abbrev_dies): New7739 If abbrev_opt_start, fill in abbrev_usage_count and abbrev_dies
9060 static vec<unsigned int> abbrev_usage_count; variable9135 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()