Searched refs:exec_threshold (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | bb-reorder.cc | 138 static const int exec_threshold[N_ROUNDS] = {500, 200, 50, 0, 0}; variable 299 count_threshold = max_entry_count.apply_scale (exec_threshold[i], 1000); in find_traces()
|
H A D | ChangeLog-2013 | 29802 (exec_threshold): Ditto.
|
H A D | ChangeLog-2004 | 36208 (exec_threshold): Add array value for new round.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | bb-reorder.c | 138 static const int exec_threshold[N_ROUNDS] = {500, 200, 50, 0, 0}; variable 299 count_threshold = max_entry_count.apply_scale (exec_threshold[i], 1000); in find_traces()
|