OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:stmtinfo_b
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-vect-data-refs.cc
279
stmt_vec_info
stmtinfo_b
= dr_info_b->stmt;
local
283
&& !STMT_VINFO_GROUPED_ACCESS (
stmtinfo_b
))
312
stmt_vec_info il_b = DR_GROUP_FIRST_ELEMENT (
stmtinfo_b
);
315
if (DR_IS_WRITE (STMT_VINFO_DATA_REF (
stmtinfo_b
)))
326
il_b =
stmtinfo_b
;
327
bool a_after_b = (get_later_stmt (stmtinfo_a,
stmtinfo_b
) == stmtinfo_a);
408
stmt_vec_info
stmtinfo_b
= dr_info_b->stmt;
local
428
|| !STMT_VINFO_VECTORIZABLE (
stmtinfo_b
))
444
== DR_GROUP_FIRST_ELEMENT (
stmtinfo_b
))
461
|| STMT_VINFO_GATHER_SCATTER_P (
stmtinfo_b
))
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
tree-vect-data-refs.cc
236
stmt_vec_info
stmtinfo_b
= dr_info_b->stmt;
local
240
&& !STMT_VINFO_GROUPED_ACCESS (
stmtinfo_b
))
263
stmt_vec_info il_b = DR_GROUP_FIRST_ELEMENT (
stmtinfo_b
);
266
if (DR_IS_WRITE (STMT_VINFO_DATA_REF (
stmtinfo_b
)))
277
il_b =
stmtinfo_b
;
278
bool a_after_b = (get_later_stmt (stmtinfo_a,
stmtinfo_b
) == stmtinfo_a);
359
stmt_vec_info
stmtinfo_b
= dr_info_b->stmt;
local
379
|| !STMT_VINFO_VECTORIZABLE (
stmtinfo_b
))
395
== DR_GROUP_FIRST_ELEMENT (
stmtinfo_b
))
412
|| STMT_VINFO_GATHER_SCATTER_P (
stmtinfo_b
))
[
all
...]
Completed in 56 milliseconds
Indexes created Fri Mar 27 00:22:57 UTC 2026