OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:may_misalign_stmts
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop-manip.cc
3215
const vec<stmt_vec_info> &
may_misalign_stmts
local
3238
FOR_EACH_VEC_ELT (
may_misalign_stmts
, i, stmt_info)
tree-vectorizer.h
765
auto_vec<stmt_vec_info>
may_misalign_stmts
;
member in class:_loop_vec_info
895
#define LOOP_VINFO_MAY_MISALIGN_STMTS(L) (L)->
may_misalign_stmts
926
((L)->
may_misalign_stmts
.length () > 0)
/src/external/gpl3/gcc/dist/gcc/
tree-vectorizer.h
822
auto_vec<stmt_vec_info>
may_misalign_stmts
;
member in class:_loop_vec_info
1005
#define LOOP_VINFO_MAY_MISALIGN_STMTS(L) (L)->
may_misalign_stmts
1044
((L)->
may_misalign_stmts
.length () > 0)
Completed in 71 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026