OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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 51 milliseconds
Indexes created Sat Mar 21 00:23:06 UTC 2026