Searched refs:branch_threshold (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | bb-reorder.cc | 135 static const int branch_threshold[N_ROUNDS] = {400, 200, 100, 0, 0}; variable 301 find_traces_1_round (REG_BR_PROB_BASE * branch_threshold[i] / 1000, in find_traces()
|
H A D | ChangeLog-2013 | 29801 * bb-reorder.c (branch_threshold): Make const.
|
H A D | ChangeLog-2004 | 36207 (branch_threshold): Add array value for new round.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | bb-reorder.c | 135 static const int branch_threshold[N_ROUNDS] = {400, 200, 100, 0, 0}; variable 301 find_traces_1_round (REG_BR_PROB_BASE * branch_threshold[i] / 1000, in find_traces()
|