OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:may_misalign_stmts
(Results
1 - 6
of
6
) sorted by relevancy
/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)
tree-vect-loop-manip.cc
3788
const vec<stmt_vec_info> &
may_misalign_stmts
3811
FOR_EACH_VEC_ELT (
may_misalign_stmts
, i, stmt_info)
tree-vect-data-refs.cc
2789
const vec<stmt_vec_info> &
may_misalign_stmts
2796
FOR_EACH_VEC_ELT (
may_misalign_stmts
, i, stmt_info)
/src/external/gpl3/gcc.old/dist/gcc/
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)
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-vect-data-refs.cc
2491
const vec<stmt_vec_info> &
may_misalign_stmts
2498
FOR_EACH_VEC_ELT (
may_misalign_stmts
, i, stmt_info)
Completed in 58 milliseconds
Indexes created Mon Jul 20 00:27:07 UTC 2026