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

  /src/external/gpl3/gcc/dist/gcc/
bb-reorder.cc 124 #define N_ROUNDS 5
135 static const int branch_threshold[N_ROUNDS] = {400, 200, 100, 0, 0};
138 static const int exec_threshold[N_ROUNDS] = {500, 200, 50, 0, 0};
280 number_of_rounds = N_ROUNDS - 1;
  /src/external/gpl3/gcc.old/dist/gcc/
bb-reorder.cc 124 #define N_ROUNDS 5
135 static const int branch_threshold[N_ROUNDS] = {400, 200, 100, 0, 0};
138 static const int exec_threshold[N_ROUNDS] = {500, 200, 50, 0, 0};
280 number_of_rounds = N_ROUNDS - 1;

Completed in 66 milliseconds