OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:alignment_npeels
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop.cc
9978
int
alignment_npeels
= LOOP_VINFO_PEELING_FOR_ALIGNMENT (loop_vinfo);
local
9979
if (
alignment_npeels
&& LOOP_VINFO_USING_PARTIAL_VECTORS_P (loop_vinfo))
9982
iteration will have exactly
alignment_npeels
active elements.
9984
int min_first_active = (
alignment_npeels
> 0 ?
alignment_npeels
: 1);
/src/external/gpl3/gcc/dist/gcc/
tree-vect-loop.cc
12209
int
alignment_npeels
= LOOP_VINFO_PEELING_FOR_ALIGNMENT (loop_vinfo);
local
12210
if (
alignment_npeels
&& LOOP_VINFO_USING_PARTIAL_VECTORS_P (loop_vinfo))
12213
iteration will have exactly
alignment_npeels
active elements.
12215
int min_first_active = (
alignment_npeels
> 0 ?
alignment_npeels
: 1);
Completed in 26 milliseconds
Indexes created Sun Jul 19 00:25:04 UTC 2026