OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:init_stmts
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop.cc
8355
gimple_seq
init_stmts
= NULL;
local
8359
peel_mul = gimple_build (&
init_stmts
, FLOAT_EXPR, stept,
8362
peel_mul = gimple_convert (&
init_stmts
, stept,
8364
peel_mul = gimple_build_vector_from_val (&
init_stmts
,
8378
elt = gimple_convert (&
init_stmts
, TREE_TYPE (step_vectype), elt);
8386
elt = gimple_build (&
init_stmts
, VIEW_CONVERT_EXPR,
8397
vec_step = gimple_build_vector (&
init_stmts
, &step_elts);
8399
tree step_mul = gimple_build_vector (&
init_stmts
, &mul_elts);
8401
step_mul = gimple_build (&
init_stmts
, PLUS_EXPR, step_vectype,
8404
vec_init = gimple_build_vector (&
init_stmts
, &init_elts)
[
all
...]
tree-inline.cc
6189
auto_vec<gimple *, 10>
init_stmts
;
6298
init_stmts
.safe_push (init);
6378
while (
init_stmts
.length ())
6379
insert_init_stmt (&id, bb,
init_stmts
.pop ());
6188
auto_vec<gimple *, 10>
init_stmts
;
local
/src/external/gpl3/gcc/dist/gcc/
tree-vect-loop.cc
10208
gimple_seq
init_stmts
= NULL;
local
10212
peel_mul = gimple_build (&
init_stmts
, FLOAT_EXPR, stept,
10215
peel_mul = gimple_convert (&
init_stmts
, stept,
10217
peel_mul = gimple_build_vector_from_val (&
init_stmts
,
10231
elt = gimple_convert (&
init_stmts
, TREE_TYPE (step_vectype), elt);
10239
elt = gimple_build (&
init_stmts
, VIEW_CONVERT_EXPR,
10250
vec_step = gimple_build_vector (&
init_stmts
, &step_elts);
10252
tree step_mul = gimple_build_vector (&
init_stmts
, &mul_elts);
10254
step_mul = gimple_build (&
init_stmts
, MINUS_EXPR, step_vectype,
10257
vec_init = gimple_build_vector (&
init_stmts
, &init_elts)
[
all
...]
tree-inline.cc
6224
auto_vec<gimple *, 10>
init_stmts
;
6333
init_stmts
.safe_push (init);
6413
while (
init_stmts
.length ())
6414
insert_init_stmt (&id, bb,
init_stmts
.pop ());
6223
auto_vec<gimple *, 10>
init_stmts
;
local
Completed in 29 milliseconds
Indexes created Sun Jul 19 00:25:04 UTC 2026