OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vec_stmts
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/
tree-vectorizer.h
186
vec<gimple *>
vec_stmts
;
member in struct:_slp_tree
280
#define SLP_TREE_VEC_STMTS(S) (S)->
vec_stmts
1167
vec<gimple *>
vec_stmts
;
member in class:_stmt_vec_info
1383
#define STMT_VINFO_VEC_STMTS(S) (S)->
vec_stmts
/src/external/gpl3/gcc/dist/gcc/
tree-vectorizer.h
1287
vec<gimple *>
vec_stmts
;
member in class:_stmt_vec_info
1504
#define STMT_VINFO_VEC_STMTS(S) (S)->
vec_stmts
tree-vect-stmts.cc
13000
auto
vec_stmts
= STMT_VINFO_VEC_STMTS (stmt_info);
13001
stmts.reserve_exact (
vec_stmts
.length ());
13002
for (auto stmt :
vec_stmts
)
Completed in 97 milliseconds
Indexes created Sat Jul 18 00:24:37 UTC 2026