Searched refs:stmt1 (Results 1 - 25 of 36) sorted by relevance

12

/netbsd-current/tests/usr.bin/indent/
H A Dopt_badp.c273 void f(void) { int decl; stmt1; stmt2; }
282 stmt1;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-ssa-split-paths.c175 gimple *stmt1 = last_and_only_stmt (pred1); local
178 if (stmt1 && stmt2
179 && gimple_code (stmt1) == GIMPLE_ASSIGN
182 enum tree_code code1 = gimple_assign_rhs_code (stmt1);
188 tree lhs1 = gimple_assign_lhs (stmt1);
222 gimple *stmt1 = last_and_only_stmt (pred1); local
227 if (stmt1 && gimple_code (stmt1) == GIMPLE_ASSIGN)
229 enum tree_code code1 = gimple_assign_rhs_code (stmt1);
233 tree lhs1 = gimple_assign_lhs (stmt1);
[all...]
H A Dvalue-prof.c657 gassign *stmt1, *stmt2; local
679 stmt1 = gimple_build_assign (tmp0, fold_convert (optype, value));
682 gsi_insert_before (&gsi, stmt1, GSI_SAME_STMT);
688 stmt1 = gimple_build_assign (tmp2, gimple_assign_rhs_code (stmt), op1, tmp0);
689 gsi_insert_before (&gsi, stmt1, GSI_SAME_STMT);
690 bb2end = stmt1;
692 stmt1 = gimple_build_assign (tmp2, gimple_assign_rhs_code (stmt), op1, op2);
693 gsi_insert_before (&gsi, stmt1, GSI_SAME_STMT);
694 bb3end = stmt1;
852 gassign *stmt1, *stmt local
1002 gassign *stmt1; local
[all...]
H A Dfunction-tests.c481 gimple *stmt1 = gimple_seq_first_stmt (seq_bind_body); local
482 ASSERT_TRUE (stmt1 != NULL);
483 ASSERT_EQ (GIMPLE_ASSIGN, gimple_code (stmt1));
484 gimple *stmt2 = stmt1->next;
486 ASSERT_EQ (stmt1, stmt2->prev);
H A Dtree-call-cdce.c423 gassign *stmt1;
432 stmt1 = gimple_build_assign (temp, arg);
433 tempn = make_ssa_name (temp, stmt1);
434 gimple_assign_set_lhs (stmt1, tempn);
445 conds.quick_push (stmt1);
549 gimple *stmt1, *stmt2;
602 stmt1 = gimple_build_assign (temp, base_val0);
603 tempn = make_ssa_name (temp, stmt1);
604 gimple_assign_set_lhs (stmt1, tempn);
607 conds.quick_push (stmt1);
420 gassign *stmt1; local
546 gimple *stmt1, *stmt2; local
[all...]
H A Dtree-profile.c263 gassign *stmt1 = gimple_build_assign (gcov_type_tmp_var, ref); local
267 gimple_assign_lhs (stmt1), one);
270 gsi_insert_on_edge (e, stmt1);
366 gassign *stmt1, *stmt2, *stmt3; local
376 stmt1: __gcov_indirect_call.counters = get_relevant_counter_ptr ();
393 stmt1 = gimple_build_assign (counter_ref, ref_ptr);
400 gsi_insert_before (&gsi, stmt1, GSI_SAME_STMT);
415 gcall *stmt1; local
475 stmt1 = gimple_build_call (tree_indirect_call_profiler_fn, 2,
477 gsi_insert_before (&gsi, stmt1, GSI_SAME_STM
[all...]
H A Dtree-ssa-tail-merge.c1243 merge_stmts_p (gimple *stmt1, gimple *stmt2) argument
1248 if (is_tm_ending (stmt1))
1252 if (lookup_stmt_eh_lp_fn (cfun, stmt1) != lookup_stmt_eh_lp_fn (cfun, stmt2))
1255 if (is_gimple_call (stmt1)
1256 && gimple_call_internal_p (stmt1))
1257 switch (gimple_call_internal_fn (stmt1))
1272 return gimple_location (stmt1) == gimple_location (stmt2);
1296 gimple *stmt1 = gsi_stmt (gsi1); local
1299 if (gimple_code (stmt1) == GIMPLE_LABEL
1303 if (!gimple_equal_p (same_succ, stmt1, stmt
[all...]
H A Dtree-ssa-forwprop.c1248 gimple *stmt1, *stmt2 = gsi_stmt (*gsi_p); local
1252 stmt1 = SSA_NAME_DEF_STMT (vuse);
1280 if (is_gimple_call (stmt1))
1285 callee1 = gimple_call_fndecl (stmt1);
1288 || gimple_call_num_args (stmt1) != 3)
1293 ptr1 = gimple_call_arg (stmt1, 0);
1294 src1 = gimple_call_arg (stmt1, 1);
1295 len1 = gimple_call_arg (stmt1, 2);
1296 lhs1 = gimple_call_lhs (stmt1);
1311 else if (gimple_assign_single_p (stmt1))
[all...]
H A Dtree-predcom.c2560 gimple *stmt1, *stmt2; local
2562 stmt1 = find_use_stmt (name1);
2563 if (!stmt1)
2570 if (stmt1 == stmt2)
2571 return stmt1;
2573 stmt1 = find_associative_operation_root (stmt1, NULL);
2574 if (!stmt1)
2580 return (stmt1 == stmt2 ? stmt1
2659 gimple *stmt1, *stmt2, *root1, *root2, *s1, *s2; local
2744 gimple *stmt1, *stmt2; local
[all...]
H A Dtree-ssa-loop-im.c828 gassign *stmt, *stmt1, *stmt2; local
840 stmt1 = gimple_build_assign (name, RDIV_EXPR, real_one,
849 gsi_insert_before (bsi, stmt1, GSI_NEW_STMT);
853 return stmt1;
863 gimple *stmt1; local
887 stmt1 = SSA_NAME_DEF_STMT (gimple_assign_rhs1 (stmt));
888 if (gimple_code (stmt1) != GIMPLE_ASSIGN)
892 if (CONVERT_EXPR_CODE_P (gimple_assign_rhs_code (stmt1)))
894 t = gimple_assign_rhs1 (stmt1);
898 stmt1
[all...]
H A Dtree-if-conv.c2893 gimple *stmt1; local
2944 stmt1 = USE_STMT (use_p);
2945 if (!is_gimple_debug (stmt1) && gimple_bb (stmt1) != bb)
2967 stmt1 = SSA_NAME_DEF_STMT (use);
2968 if (gimple_bb (stmt1) != bb || gimple_plf (stmt1, GF_PLF_2))
2970 gimple_set_plf (stmt1, GF_PLF_2, true);
2971 worklist.safe_push (stmt1);
H A Dtree-vect-patterns.c649 gimple *stmt1, tree vectype)
657 vect_init_pattern_stmt (stmt1, orig_stmt2_info, vectype);
670 dump_printf_loc (MSG_NOTE, vect_location, "into: %G", stmt1);
679 gimple_seq_add_stmt_without_update (def_seq, stmt1);
685 gsi_insert_before_without_update (&gsi, stmt1, GSI_SAME_STMT);
705 vect_init_pattern_stmt (stmt1, stmt2_info, vectype);
706 gimple_seq_add_stmt_without_update (def_seq, stmt1);
716 "into pattern statements: %G", stmt1);
3916 const gimple *stmt1 = *(const gimple * const *)p1; local
3918 return gimple_uid (stmt1)
648 vect_split_statement(stmt_vec_info stmt2_info, tree new_rhs, gimple *stmt1, tree vectype) argument
[all...]
H A Dgraphite-isl-ast-to-gimple.c987 gimple *stmt1 = gsi_stmt (gsi1); local
990 if (stmt1 != NULL && stmt2 != NULL)
992 bool is_phi1 = gimple_code (stmt1) == GIMPLE_PHI;
H A Dtree-ssa-math-opts.c980 gimple *stmt1; local
985 stmt1 = SSA_NAME_DEF_STMT (arg1);
987 if (is_gimple_call (stmt1)
988 && gimple_call_lhs (stmt1))
995 gcall *call = as_a <gcall *> (stmt1);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgimple-ssa-split-paths.cc176 gimple *stmt1 = last_and_only_stmt (pred1); local
179 if (stmt1 && stmt2
180 && gimple_code (stmt1) == GIMPLE_ASSIGN
183 enum tree_code code1 = gimple_assign_rhs_code (stmt1);
189 tree lhs1 = gimple_assign_lhs (stmt1);
223 gimple *stmt1 = last_and_only_stmt (pred1); local
228 if (stmt1 && gimple_code (stmt1) == GIMPLE_ASSIGN)
230 enum tree_code code1 = gimple_assign_rhs_code (stmt1);
234 tree lhs1 = gimple_assign_lhs (stmt1);
[all...]
H A Dvalue-prof.cc678 gassign *stmt1, *stmt2; local
700 stmt1 = gimple_build_assign (tmp0, fold_convert (optype, value));
703 gsi_insert_before (&gsi, stmt1, GSI_SAME_STMT);
709 stmt1 = gimple_build_assign (tmp2, gimple_assign_rhs_code (stmt), op1, tmp0);
710 gsi_insert_before (&gsi, stmt1, GSI_SAME_STMT);
711 bb2end = stmt1;
713 stmt1 = gimple_build_assign (tmp2, gimple_assign_rhs_code (stmt), op1, op2);
714 gsi_insert_before (&gsi, stmt1, GSI_SAME_STMT);
715 bb3end = stmt1;
889 gassign *stmt1, *stmt local
1039 gassign *stmt1; local
[all...]
H A Dfunction-tests.cc482 gimple *stmt1 = gimple_seq_first_stmt (seq_bind_body); local
483 ASSERT_TRUE (stmt1 != NULL);
484 ASSERT_EQ (GIMPLE_ASSIGN, gimple_code (stmt1));
485 gimple *stmt2 = stmt1->next;
487 ASSERT_EQ (stmt1, stmt2->prev);
H A Dtree-call-cdce.cc423 gassign *stmt1;
432 stmt1 = gimple_build_assign (temp, arg);
433 tempn = make_ssa_name (temp, stmt1);
434 gimple_assign_set_lhs (stmt1, tempn);
445 conds.quick_push (stmt1);
549 gimple *stmt1, *stmt2;
602 stmt1 = gimple_build_assign (temp, base_val0);
603 tempn = make_ssa_name (temp, stmt1);
604 gimple_assign_set_lhs (stmt1, tempn);
607 conds.quick_push (stmt1);
420 gassign *stmt1; local
546 gimple *stmt1, *stmt2; local
[all...]
H A Dtree-profile.cc266 gassign *stmt1 = gimple_build_assign (gcov_type_tmp_var, ref); local
270 gimple_assign_lhs (stmt1), one);
273 gsi_insert_on_edge (e, stmt1);
369 gassign *stmt1, *stmt2, *stmt3; local
379 stmt1: __gcov_indirect_call.counters = get_relevant_counter_ptr ();
396 stmt1 = gimple_build_assign (counter_ref, ref_ptr);
403 gsi_insert_before (&gsi, stmt1, GSI_SAME_STMT);
418 gcall *stmt1; local
478 stmt1 = gimple_build_call (tree_indirect_call_profiler_fn, 2,
480 gsi_insert_before (&gsi, stmt1, GSI_SAME_STM
[all...]
H A Dtree-ssa-tail-merge.cc1243 merge_stmts_p (gimple *stmt1, gimple *stmt2) argument
1248 if (is_tm_ending (stmt1))
1252 if (lookup_stmt_eh_lp_fn (cfun, stmt1) != lookup_stmt_eh_lp_fn (cfun, stmt2))
1255 if (is_gimple_call (stmt1)
1256 && gimple_call_internal_p (stmt1))
1257 switch (gimple_call_internal_fn (stmt1))
1272 return gimple_location (stmt1) == gimple_location (stmt2);
1296 gimple *stmt1 = gsi_stmt (gsi1); local
1299 if (gimple_code (stmt1) == GIMPLE_LABEL
1303 if (!gimple_equal_p (same_succ, stmt1, stmt
[all...]
H A Dtree-predcom.cc2692 gimple *stmt1, *stmt2; local
2694 stmt1 = find_use_stmt (name1);
2695 if (!stmt1)
2702 if (stmt1 == stmt2)
2703 return stmt1;
2705 stmt1 = find_associative_operation_root (stmt1, NULL);
2706 if (!stmt1)
2712 return (stmt1 == stmt2 ? stmt1
2791 gimple *stmt1, *stmt2, *root1, *root2, *s1, *s2; local
2876 gimple *stmt1, *stmt2; local
[all...]
H A Dtree-ssa-forwprop.cc1255 gimple *stmt1, *stmt2 = gsi_stmt (*gsi_p); local
1261 stmt1 = SSA_NAME_DEF_STMT (vuse);
1289 if (is_gimple_call (stmt1))
1294 callee1 = gimple_call_fndecl (stmt1);
1297 || gimple_call_num_args (stmt1) != 3)
1302 ptr1 = gimple_call_arg (stmt1, 0);
1303 src1 = gimple_call_arg (stmt1, 1);
1304 len1 = gimple_call_arg (stmt1, 2);
1305 lhs1 = gimple_call_lhs (stmt1);
1320 else if (gimple_assign_single_p (stmt1))
[all...]
H A Dtree-ssa-loop-im.cc937 gassign *stmt, *stmt1, *stmt2; local
949 stmt1 = gimple_build_assign (name, RDIV_EXPR, real_one,
958 gsi_insert_before (bsi, stmt1, GSI_NEW_STMT);
962 return stmt1;
972 gimple *stmt1; local
996 stmt1 = SSA_NAME_DEF_STMT (gimple_assign_rhs1 (stmt));
997 if (gimple_code (stmt1) != GIMPLE_ASSIGN)
1001 if (CONVERT_EXPR_CODE_P (gimple_assign_rhs_code (stmt1)))
1003 t = gimple_assign_rhs1 (stmt1);
1007 stmt1
[all...]
H A Dtree-if-conv.cc3070 gimple *stmt1; local
3121 stmt1 = USE_STMT (use_p);
3122 if (!is_gimple_debug (stmt1) && gimple_bb (stmt1) != bb)
3144 stmt1 = SSA_NAME_DEF_STMT (use);
3145 if (gimple_bb (stmt1) != bb || gimple_plf (stmt1, GF_PLF_2))
3147 gimple_set_plf (stmt1, GF_PLF_2, true);
3148 worklist.safe_push (stmt1);
H A Dgraphite-isl-ast-to-gimple.cc974 gimple *stmt1 = gsi_stmt (gsi1); local
977 if (stmt1 != NULL && stmt2 != NULL)
979 bool is_phi1 = gimple_code (stmt1) == GIMPLE_PHI;

Completed in 221 milliseconds

12