Searched refs:init_stmt (Results 1 - 11 of 11) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dtree-inline.c347 gimple init_stmt; local
350 init_stmt = gimple_build_assign (new_tree, zero);
351 gsi_insert_after (&gsi, init_stmt, GSI_NEW_STMT);
3052 insert_init_stmt (copy_body_data *id, basic_block bb, gimple init_stmt) argument
3056 if (init_stmt)
3064 if (!is_gimple_debug (init_stmt)
3065 && !is_gimple_reg (gimple_assign_lhs (init_stmt))
3066 && is_gimple_reg_type (TREE_TYPE (gimple_assign_lhs (init_stmt)))
3067 && gimple_assign_rhs_class (init_stmt) == GIMPLE_UNARY_RHS)
3069 tree rhs = build1 (gimple_assign_rhs_code (init_stmt),
3095 gimple init_stmt = NULL; local
[all...]
H A Dtree-predcom.c1149 gimple init_stmt; local
1179 init_stmt = SSA_NAME_DEF_STMT (init);
1180 if (gimple_code (init_stmt) != GIMPLE_ASSIGN)
1182 gcc_assert (gimple_assign_lhs (init_stmt) == init);
1184 init_ref = gimple_assign_rhs1 (init_stmt);
1594 gassign *init_stmt = gimple_build_assign (var, init); local
1595 gsi_insert_on_edge_immediate (entry, init_stmt);
H A Dgimple-ssa-strength-reduction.c3149 gassign *init_stmt;
3187 init_stmt = gimple_build_assign (new_name, MULT_EXPR,
3192 gsi_insert_before (&gsi, init_stmt, GSI_SAME_STMT);
3193 gimple_set_location (init_stmt, gimple_location (where->cand_stmt));
3201 gsi_insert_before (&gsi, init_stmt, GSI_SAME_STMT);
3203 gsi_insert_after (&gsi, init_stmt, GSI_SAME_STMT);
3205 gimple_set_location (init_stmt, gimple_location (basis_stmt));
3211 print_gimple_stmt (dump_file, init_stmt, 0, 0);
3140 gassign *init_stmt; local
H A Dtree-vect-slp.c2704 gimple init_stmt; local
2706 init_stmt
2708 gimple_seq_add_stmt (&ctor_seq, init_stmt);
2735 gimple init_stmt = SSA_NAME_DEF_STMT (voprnds.last ()); local
2736 gimple_stmt_iterator gsi = gsi_for_stmt (init_stmt);
H A Dtree-vect-stmts.c1317 "created new init_stmt: ");
1336 gimple init_stmt; local
1350 init_stmt = gimple_build_assign (new_temp, NOP_EXPR, val);
1351 vect_init_vector_1 (stmt, init_stmt, gsi);
1359 init_stmt = gimple_build_assign (new_var, val);
1360 new_temp = make_ssa_name (new_var, init_stmt);
1361 gimple_assign_set_lhs (init_stmt, new_temp);
1362 vect_init_vector_1 (stmt, init_stmt, gsi);
1363 vec_oprnd = gimple_assign_lhs (init_stmt);
2476 gimple init_stmt local
[all...]
H A Dtree-vect-loop.c3354 gimple init_stmt, new_stmt; local
3470 init_stmt = gimple_build_assign (new_var, new_name);
3471 new_name = make_ssa_name (new_var, init_stmt);
3472 gimple_assign_set_lhs (init_stmt, new_name);
3473 new_bb = gsi_insert_on_edge_immediate (pe, init_stmt);
3478 "created new init_stmt: ");
3479 dump_gimple_stmt (MSG_NOTE, TDF_SLIM, init_stmt, 0);
/haiku-buildtools/legacy/gcc/gcc/
H A Dtoplev.c168 extern void init_stmt ();
2982 init_stmt ();
H A Dtree.h2321 extern void init_stmt PROTO ((void));
H A Dstmt.c427 init_stmt ()
423 init_stmt () function
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dgogo.cc5261 Bstatement* init_stmt = local
5263 init.push_back(init_stmt);
H A Dexpressions.cc15173 Bstatement* init_stmt = gogo->backend()->expression_statement(binit); local
15175 return gogo->backend()->compound_expression(init_stmt, bexpr,

Completed in 397 milliseconds