Searched refs:init_stmts (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-vect-loop.cc8353 gimple_seq init_stmts = NULL; local
8357 peel_mul = gimple_build (&init_stmts, FLOAT_EXPR, stept,
8360 peel_mul = gimple_convert (&init_stmts, stept,
8362 peel_mul = gimple_build_vector_from_val (&init_stmts,
8376 elt = gimple_convert (&init_stmts, TREE_TYPE (step_vectype), elt);
8384 elt = gimple_build (&init_stmts, VIEW_CONVERT_EXPR,
8395 vec_step = gimple_build_vector (&init_stmts, &step_elts);
8397 tree step_mul = gimple_build_vector (&init_stmts, &mul_elts);
8399 step_mul = gimple_build (&init_stmts, PLUS_EXPR, step_vectype,
8402 vec_init = gimple_build_vector (&init_stmts,
[all...]
H A Dtree-inline.cc6189 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
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-inline.c6205 auto_vec<gimple *, 10> init_stmts;
6337 init_stmts.safe_push (init);
6416 while (init_stmts.length ())
6417 insert_init_stmt (&id, bb, init_stmts.pop ());
6204 auto_vec<gimple *, 10> init_stmts; local

Completed in 170 milliseconds