Searched refs:N_ROUNDS (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | bb-reorder.cc | 124 #define N_ROUNDS 5 macro 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}; 279 number_of_rounds = N_ROUNDS - 1; in find_traces()
|
H A D | ChangeLog-2004 | 36206 (N_ROUNDS): Increase the maximum number of rounds by 1.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | bb-reorder.c | 124 #define N_ROUNDS 5 macro 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}; 279 number_of_rounds = N_ROUNDS - 1; in find_traces()
|