OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:min_vf
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-vect-data-refs.cc
4772
vect_analyze_data_refs (vec_info *vinfo, poly_uint64 *
min_vf
, bool *fatal)
4986
*
min_vf
= upper_bound (*
min_vf
, vf);
tree-vect-loop.cc
2742
poly_uint64
min_vf
= 2;
local
2790
ok = vect_analyze_data_refs (loop_vinfo, &
min_vf
, &fatal);
2856
&& maybe_lt (max_vf,
min_vf
))
tree-vect-slp.cc
7698
poly_uint64
min_vf
= 2;
local
7705
if (!vect_analyze_data_refs (bb_vinfo, &
min_vf
, NULL))
/src/external/gpl3/gcc.old/dist/gcc/
tree-vect-data-refs.cc
4447
vect_analyze_data_refs (vec_info *vinfo, poly_uint64 *
min_vf
, bool *fatal)
4663
*
min_vf
= upper_bound (*
min_vf
, vf);
tree-vect-loop.cc
2236
poly_uint64
min_vf
= 2;
local
2284
ok = vect_analyze_data_refs (loop_vinfo, &
min_vf
, &fatal);
2341
&& maybe_lt (max_vf,
min_vf
))
tree-vect-slp.cc
5861
poly_uint64
min_vf
= 2;
local
5868
if (!vect_analyze_data_refs (bb_vinfo, &
min_vf
, NULL))
Completed in 39 milliseconds
Indexes created Sun Jul 19 00:25:04 UTC 2026