HomeSort by: relevance | last modified time | path
    Searched defs:max_entry_count (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
bb-reorder.cc 200 static profile_count max_entry_count; variable
283 max_entry_count = profile_count::zero ();
288 if (e->dest->count > max_entry_count)
289 max_entry_count = e->dest->count;
300 count_threshold = max_entry_count.apply_scale (exec_threshold[i], 1000);
1084 count_threshold = max_entry_count.apply_scale (DUPLICATION_THRESHOLD, 1000);
  /src/external/gpl3/gcc.old/dist/gcc/
bb-reorder.cc 200 static profile_count max_entry_count; variable
283 max_entry_count = profile_count::zero ();
288 if (e->dest->count > max_entry_count)
289 max_entry_count = e->dest->count;
300 count_threshold = max_entry_count.apply_scale (exec_threshold[i], 1000);
1084 count_threshold = max_entry_count.apply_scale (DUPLICATION_THRESHOLD, 1000);

Completed in 36 milliseconds