OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nunroll
(Results
1 - 2
of
2
) 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
361
/*
nunroll
= total number of copies of the original loop body in
363
nunroll
= param_max_unrolled_insns / loop->ninsns;
366
if (
nunroll
> nunroll_by_av)
367
nunroll
= nunroll_by_av;
368
if (
nunroll
> (unsigned) param_max_unroll_times)
369
nunroll
= param_max_unroll_times;
372
nunroll
= targetm.loop_unroll_adjust (
nunroll
, loop);
375
if (
nunroll
<= 1
666
unsigned
nunroll
,
nunroll
_by_av, i;
local
1141
unsigned
nunroll
,
nunroll
_by_av, i;
local
1239
unsigned
nunroll
= loop->lpt_decision.times;
local
[
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
361
/*
nunroll
= total number of copies of the original loop body in
363
nunroll
= param_max_unrolled_insns / loop->ninsns;
366
if (
nunroll
> nunroll_by_av)
367
nunroll
= nunroll_by_av;
368
if (
nunroll
> (unsigned) param_max_unroll_times)
369
nunroll
= param_max_unroll_times;
372
nunroll
= targetm.loop_unroll_adjust (
nunroll
, loop);
375
if (
nunroll
<= 1
658
unsigned
nunroll
,
nunroll
_by_av, i;
local
1133
unsigned
nunroll
,
nunroll
_by_av, i;
local
1231
unsigned
nunroll
= loop->lpt_decision.times;
local
[
all
...]
Completed in 29 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026