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_copies
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
loop-unroll.cc
348
unsigned nunroll, nunroll_by_av, best_copies, best_unroll = 0,
n_copies
, i;
local
441
n_copies
= exit_mod + i + 1;
444
n_copies
= exit_mod + i + 2;
446
n_copies
= i + 1;
448
if (
n_copies
< best_copies)
450
best_copies =
n_copies
;
1655
variable and the current copy (N_COPY).
N_COPIES
is the total number
1660
determine_split_iv_delta (unsigned n_copy, unsigned
n_copies
, bool unrolling)
1675
return
n_copies
;
1986
unsigned
n_copies
, bool unrolling
[
all
...]
loop-unroll.cc
348
unsigned nunroll, nunroll_by_av, best_copies, best_unroll = 0,
n_copies
, i;
local
441
n_copies
= exit_mod + i + 1;
444
n_copies
= exit_mod + i + 2;
446
n_copies
= i + 1;
448
if (
n_copies
< best_copies)
450
best_copies =
n_copies
;
1655
variable and the current copy (N_COPY).
N_COPIES
is the total number
1660
determine_split_iv_delta (unsigned n_copy, unsigned
n_copies
, bool unrolling)
1675
return
n_copies
;
1986
unsigned
n_copies
, bool unrolling
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
loop-unroll.cc
348
unsigned nunroll, nunroll_by_av, best_copies, best_unroll = 0,
n_copies
, i;
local
441
n_copies
= exit_mod + i + 1;
444
n_copies
= exit_mod + i + 2;
446
n_copies
= i + 1;
448
if (
n_copies
< best_copies)
450
best_copies =
n_copies
;
1647
variable and the current copy (N_COPY).
N_COPIES
is the total number
1652
determine_split_iv_delta (unsigned n_copy, unsigned
n_copies
, bool unrolling)
1667
return
n_copies
;
1978
unsigned
n_copies
, bool unrolling
[
all
...]
loop-unroll.cc
348
unsigned nunroll, nunroll_by_av, best_copies, best_unroll = 0,
n_copies
, i;
local
441
n_copies
= exit_mod + i + 1;
444
n_copies
= exit_mod + i + 2;
446
n_copies
= i + 1;
448
if (
n_copies
< best_copies)
450
best_copies =
n_copies
;
1647
variable and the current copy (N_COPY).
N_COPIES
is the total number
1652
determine_split_iv_delta (unsigned n_copy, unsigned
n_copies
, bool unrolling)
1667
return
n_copies
;
1978
unsigned
n_copies
, bool unrolling
[
all
...]
Completed in 38 milliseconds
Indexes created Wed Jun 24 00:24:50 UTC 2026