| /src/external/gpl3/gcc/dist/gcc/ |
| ipa-param-manipulation.cc | 1557 gimple *init_stmt = gimple_build_assign (repl, av.value); local 1558 m_split_agg_csts_inits.safe_push (init_stmt);
|
| gimple-ssa-strength-reduction.cc | 3396 gassign *init_stmt; 3461 init_stmt = gimple_build_assign (new_name, MULT_EXPR, 3474 gsi_insert_before (&gsi, init_stmt, GSI_SAME_STMT); 3475 gimple_set_location (init_stmt, loc); 3490 gsi_insert_before (&gsi, init_stmt, GSI_SAME_STMT); 3499 gsi_insert_after (&gsi, init_stmt, GSI_NEW_STMT); 3502 gimple_set_location (init_stmt, gimple_location (basis_stmt)); 3513 print_gimple_stmt (dump_file, init_stmt, 0); 3387 gassign *init_stmt; local
|
| tree-predcom.cc | 1411 gimple *init_stmt; local 1446 init_stmt = SSA_NAME_DEF_STMT (init); 1447 if (gimple_code (init_stmt) != GIMPLE_ASSIGN) 1449 gcc_assert (gimple_assign_lhs (init_stmt) == init); 1451 init_ref = gimple_assign_rhs1 (init_stmt); 1462 init_stmt)) 1470 if (entry_vuse != gimple_vuse (init_stmt)) 1489 while (vdef != gimple_vuse (init_stmt)); 2166 gassign *init_stmt = gimple_build_assign (var, init); local 2167 gsi_insert_on_edge_immediate (entry, init_stmt); [all...] |
| tree-vect-stmts.cc | 1160 "created new init_stmt: %G", new_stmt); 1165 Insert a new stmt (INIT_STMT) that initializes a new variable of type 1170 Return the DEF of INIT_STMT. 1177 gimple *init_stmt; local 1198 init_stmt = gimple_build_assign (new_temp, COND_EXPR, 1200 vect_init_vector_1 (vinfo, stmt_info, init_stmt, gsi); 1217 init_stmt = gsi_stmt (gsi2); 1219 vect_init_vector_1 (vinfo, stmt_info, init_stmt, gsi); 1227 init_stmt = gimple_build_assign (new_temp, val); 1228 vect_init_vector_1 (vinfo, stmt_info, init_stmt, gsi) 3636 gimple *init_stmt = gimple_build_assign (new_var, cst); local [all...] |
| tree-inline.cc | 315 gimple *init_stmt; local 318 init_stmt = gimple_build_assign (new_tree, zero); 319 gsi_insert_after (&gsi, init_stmt, GSI_NEW_STMT); 3433 insert_init_stmt (copy_body_data *id, basic_block bb, gimple *init_stmt) 3437 if (init_stmt) 3445 if (!is_gimple_debug (init_stmt) 3446 && !is_gimple_reg (gimple_assign_lhs (init_stmt)) 3447 && is_gimple_reg_type (TREE_TYPE (gimple_assign_lhs (init_stmt))) 3448 && gimple_assign_rhs_class (init_stmt) == GIMPLE_UNARY_RHS) 3450 tree rhs = build1 (gimple_assign_rhs_code (init_stmt), 3501 gimple *init_stmt = NULL; local 3699 gimple *init_stmt = gimple_build_assign (def, val); local [all...] |
| tree-vect-slp.cc | 8404 gimple *init_stmt; local 8412 init_stmt = gimple_build_assign (new_temp, COND_EXPR, 8420 init_stmt 8424 gimple_seq_add_stmt (&ctor_seq, init_stmt);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gimple-ssa-strength-reduction.cc | 3396 gassign *init_stmt; 3461 init_stmt = gimple_build_assign (new_name, MULT_EXPR, 3474 gsi_insert_before (&gsi, init_stmt, GSI_SAME_STMT); 3475 gimple_set_location (init_stmt, loc); 3490 gsi_insert_before (&gsi, init_stmt, GSI_SAME_STMT); 3499 gsi_insert_after (&gsi, init_stmt, GSI_NEW_STMT); 3502 gimple_set_location (init_stmt, gimple_location (basis_stmt)); 3513 print_gimple_stmt (dump_file, init_stmt, 0); 3387 gassign *init_stmt; local
|
| tree-predcom.cc | 1380 gimple *init_stmt; local 1415 init_stmt = SSA_NAME_DEF_STMT (init); 1416 if (gimple_code (init_stmt) != GIMPLE_ASSIGN) 1418 gcc_assert (gimple_assign_lhs (init_stmt) == init); 1420 init_ref = gimple_assign_rhs1 (init_stmt); 1431 init_stmt)) 1439 if (entry_vuse != gimple_vuse (init_stmt)) 1458 while (vdef != gimple_vuse (init_stmt)); 2135 gassign *init_stmt = gimple_build_assign (var, init); local 2136 gsi_insert_on_edge_immediate (entry, init_stmt); [all...] |
| tree-inline.cc | 317 gimple *init_stmt; local 320 init_stmt = gimple_build_assign (new_tree, zero); 321 gsi_insert_after (&gsi, init_stmt, GSI_NEW_STMT); 3415 insert_init_stmt (copy_body_data *id, basic_block bb, gimple *init_stmt) 3419 if (init_stmt) 3427 if (!is_gimple_debug (init_stmt) 3428 && !is_gimple_reg (gimple_assign_lhs (init_stmt)) 3429 && is_gimple_reg_type (TREE_TYPE (gimple_assign_lhs (init_stmt))) 3430 && gimple_assign_rhs_class (init_stmt) == GIMPLE_UNARY_RHS) 3432 tree rhs = build1 (gimple_assign_rhs_code (init_stmt), 3483 gimple *init_stmt = NULL; local [all...] |
| tree-vect-slp.cc | 6536 gimple *init_stmt; local 6544 init_stmt = gimple_build_assign (new_temp, COND_EXPR, 6552 init_stmt 6556 gimple_seq_add_stmt (&ctor_seq, init_stmt);
|
| tree-vect-stmts.cc | 1381 "created new init_stmt: %G", new_stmt); 1386 Insert a new stmt (INIT_STMT) that initializes a new variable of type 1391 Return the DEF of INIT_STMT. 1398 gimple *init_stmt; local 1419 init_stmt = gimple_build_assign (new_temp, COND_EXPR, 1421 vect_init_vector_1 (vinfo, stmt_info, init_stmt, gsi); 1438 init_stmt = gsi_stmt (gsi2); 1440 vect_init_vector_1 (vinfo, stmt_info, init_stmt, gsi); 1448 init_stmt = gimple_build_assign (new_temp, val); 1449 vect_init_vector_1 (vinfo, stmt_info, init_stmt, gsi) 3716 gimple *init_stmt = gimple_build_assign (new_var, cst); local [all...] |
| /src/external/bsd/ntp/dist/ntpd/ |
| ntp_config.c | 4906 attr_val *init_stmt; local 4922 init_stmt = HEAD_PFIFO(sim_n->init_opts); 4923 for (; init_stmt != NULL; init_stmt = init_stmt->link) { 4924 switch(init_stmt->attr) { 4927 simulation.beep_delay = init_stmt->value.d; 4931 simulation.end_time = init_stmt->value.d; 4937 init_stmt->attr);
|