Home
last modified time | relevance | path

Searched refs:branch_threshold (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dbb-reorder.cc135 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 DChangeLog-201329801 * bb-reorder.c (branch_threshold): Make const.
H A DChangeLog-200436207 (branch_threshold): Add array value for new round.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dbb-reorder.c135 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()