OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:next_info
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/
tree-vect-slp.cc
3134
stmt_vec_info
next_info
= vinfo->lookup_stmt (scalar_def);
local
3135
next_info
= vect_stmt_to_vectorize (
next_info
);
3139
scalar_stmts.quick_push (
next_info
);
3141
SLP_TREE_VECTYPE (conv) = STMT_VINFO_VECTYPE (
next_info
);
3147
REDUC_GROUP_FIRST_ELEMENT (
next_info
) =
next_info
;
3148
REDUC_GROUP_NEXT_ELEMENT (
next_info
) = NULL;
3320
stmt_vec_info
next_info
= stmt_info;
local
3325
while (
next_info
)
[
all
...]
/src/external/gpl3/gcc/dist/gcc/
tree-vect-slp.cc
3392
stmt_vec_info
next_info
= vinfo->lookup_stmt (scalar_def);
local
3393
next_info
= vect_stmt_to_vectorize (
next_info
);
3397
scalar_stmts.quick_push (
next_info
);
3399
SLP_TREE_VECTYPE (conv) = STMT_VINFO_VECTYPE (
next_info
);
3405
REDUC_GROUP_FIRST_ELEMENT (
next_info
) =
next_info
;
3406
REDUC_GROUP_NEXT_ELEMENT (
next_info
) = NULL;
3579
stmt_vec_info
next_info
= stmt_info;
local
3584
while (
next_info
)
[
all
...]
Completed in 29 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026