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

  /src/external/gpl3/gcc/dist/gcc/
bb-reorder.cc 138 static const int exec_threshold[N_ROUNDS] = {500, 200, 50, 0, 0}; variable
300 count_threshold = max_entry_count.apply_scale (exec_threshold[i], 1000);
  /src/external/gpl3/gcc.old/dist/gcc/
bb-reorder.cc 138 static const int exec_threshold[N_ROUNDS] = {500, 200, 50, 0, 0}; variable
300 count_threshold = max_entry_count.apply_scale (exec_threshold[i], 1000);

Completed in 17 milliseconds