OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reduc_inputs
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop.cc
5218
auto_vec<tree>
reduc_inputs
;
local
5431
reduc_inputs
.create (slp_node ? vec_num : ncopies);
5447
reduc_inputs
.quick_push (new_def);
5496
tree single_input =
reduc_inputs
[0];
5497
for (k = 1; k <
reduc_inputs
.length (); k++)
5499
single_input,
reduc_inputs
[k]);
5502
reduc_inputs
.truncate (0);
5503
reduc_inputs
.safe_push (single_input);
5506
tree orig_reduc_input =
reduc_inputs
[0];
5525
reduc_inputs
[0] = make_ssa_name (vectype)
[
all
...]
/src/external/gpl3/gcc/dist/gcc/
tree-vect-loop.cc
6019
auto_vec<tree>
reduc_inputs
;
local
6219
reduc_inputs
.create (slp_node ? vec_num : ncopies);
6241
reduc_inputs
.quick_push (new_def);
6302
tree single_input =
reduc_inputs
[0];
6303
for (k = 1; k <
reduc_inputs
.length (); k++)
6305
single_input,
reduc_inputs
[k]);
6308
reduc_inputs
.truncate (0);
6309
reduc_inputs
.safe_push (single_input);
6312
tree orig_reduc_input =
reduc_inputs
[0];
6331
reduc_inputs
[0] = make_ssa_name (vectype)
[
all
...]
Completed in 23 milliseconds
Indexes created Sun Jul 19 00:25:04 UTC 2026