Searched refs:tmp_stmt (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dvalue-prof.c1508 gassign *tmp_stmt; local
1528 tmp_stmt = gimple_build_assign (tmp0, fold_convert (optype, icall_size));
1529 gsi_insert_before (&gsi, tmp_stmt, GSI_SAME_STMT);
1531 tmp_stmt = gimple_build_assign (tmp1, vcall_size);
1532 gsi_insert_before (&gsi, tmp_stmt, GSI_SAME_STMT);
H A Dtree-predcom.c2660 gassign *new_stmt, *tmp_stmt; local
2721 tmp_stmt = gimple_build_assign (tmp_name, gimple_assign_rhs_code (s1),
2731 gsi_insert_before (&bsi, tmp_stmt, GSI_SAME_STMT);
H A Dtree-vect-loop-manip.c554 gimple *tmp_stmt; local
602 tmp_stmt = vect_gen_while (init_mask, start, end);
603 gimple_seq_add_stmt (preheader_seq, tmp_stmt);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dvalue-prof.cc1545 gassign *tmp_stmt; local
1565 tmp_stmt = gimple_build_assign (tmp0, fold_convert (optype, icall_size));
1566 gsi_insert_before (&gsi, tmp_stmt, GSI_SAME_STMT);
1568 tmp_stmt = gimple_build_assign (tmp1, vcall_size);
1569 gsi_insert_before (&gsi, tmp_stmt, GSI_SAME_STMT);
H A Dtree-predcom.cc2792 gassign *new_stmt, *tmp_stmt; local
2853 tmp_stmt = gimple_build_assign (tmp_name, gimple_assign_rhs_code (s1),
2863 gsi_insert_before (&bsi, tmp_stmt, GSI_SAME_STMT);

Completed in 232 milliseconds