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

  /src/external/gpl3/gcc/dist/gcc/
bb-reorder.cc 970 profile_count diff_count = best_count / 10;
971 if (count < best_count - diff_count
979 else if (count > best_count + diff_count)
969 profile_count diff_count = best_count \/ 10; local
  /src/external/gpl3/gcc.old/dist/gcc/
bb-reorder.cc 970 profile_count diff_count = best_count.apply_scale (1, 10);
971 if (count < best_count - diff_count
979 else if (count > best_count + diff_count)
969 profile_count diff_count = best_count.apply_scale (1, 10); local

Completed in 18 milliseconds