| /src/tests/usr.bin/indent/ |
| opt_badp.c | 273 void f(void) { int decl; stmt1; stmt2; } 282 stmt1;
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gimple-ssa-split-paths.cc | 176 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...] |
| value-prof.cc | 678 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, *stmt2, *stmt3 local 1039 gassign *stmt1; local [all...] |
| function-tests.cc | 482 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);
|
| tree-call-cdce.cc | 423 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...] |
| tree-profile.cc | 266 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 484 stmt1 = gimple_build_call (tree_indirect_call_profiler_fn, 2, 486 gsi_insert_before (&gsi, stmt1, GSI_SAME_STMT) [all...] |
| tree-ssa-tail-merge.cc | 1251 /* Return true if equal (in the sense of gimple_equal_p) statements STMT1 and 1255 merge_stmts_p (gimple *stmt1, gimple *stmt2) 1260 if (is_tm_ending (stmt1)) 1264 if (lookup_stmt_eh_lp_fn (cfun, stmt1) != lookup_stmt_eh_lp_fn (cfun, stmt2)) 1267 if (is_gimple_call (stmt1) 1268 && gimple_call_internal_p (stmt1)) 1269 switch (gimple_call_internal_fn (stmt1)) 1284 return gimple_location (stmt1) == gimple_location (stmt2); 1308 gimple *stmt1 = gsi_stmt (gsi1); local 1311 if (gimple_code (stmt1) == GIMPLE_LABE [all...] |
| tree-predcom.cc | 2692 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 : NULL) 2791 gimple *stmt1, *stmt2, *root1, *root2, *s1, *s2; local 2876 gimple *stmt1, *stmt2; local [all...] |
| tree-ssa-forwprop.cc | 1255 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...] |
| tree-ssa-loop-im.cc | 937 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 = SSA_NAME_DEF_STMT (t) [all...] |
| tree-if-conv.cc | 3070 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);
|
| graphite-isl-ast-to-gimple.cc | 974 gimple *stmt1 = gsi_stmt (gsi1); local 977 if (stmt1 != NULL && stmt2 != NULL) 979 bool is_phi1 = gimple_code (stmt1) == GIMPLE_PHI;
|
| tree-vect-patterns.cc | 683 /* STMT2_INFO describes a type conversion that could be split into STMT1 690 gimple *stmt1, tree vectype) 697 vect_init_pattern_stmt (vinfo, stmt1, orig_stmt2_info, vectype); 710 dump_printf_loc (MSG_NOTE, vect_location, "into: %G", stmt1); 717 /* STMT2_INFO is the actual pattern statement. Add STMT1 719 gimple_seq_add_stmt_without_update (def_seq, stmt1); 722 /* STMT2_INFO belongs to the definition sequence. Insert STMT1 725 gsi_insert_before_without_update (&gsi, stmt1, GSI_SAME_STMT); 743 /* Add STMT1 as a singleton pattern definition sequence. */ 745 vect_init_pattern_stmt (vinfo, stmt1, stmt2_info, vectype) 4275 const gimple *stmt1 = *(const gimple * const *)p1; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| gimple-ssa-split-paths.cc | 176 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...] |
| value-prof.cc | 666 gassign *stmt1, *stmt2; local 688 stmt1 = gimple_build_assign (tmp0, fold_convert (optype, value)); 691 gsi_insert_before (&gsi, stmt1, GSI_SAME_STMT); 697 stmt1 = gimple_build_assign (tmp2, gimple_assign_rhs_code (stmt), op1, tmp0); 698 gsi_insert_before (&gsi, stmt1, GSI_SAME_STMT); 699 bb2end = stmt1; 701 stmt1 = gimple_build_assign (tmp2, gimple_assign_rhs_code (stmt), op1, op2); 702 gsi_insert_before (&gsi, stmt1, GSI_SAME_STMT); 703 bb3end = stmt1; 877 gassign *stmt1, *stmt2, *stmt3 local 1027 gassign *stmt1; local [all...] |
| function-tests.cc | 483 gimple *stmt1 = gimple_seq_first_stmt (seq_bind_body); local 484 ASSERT_TRUE (stmt1 != NULL); 485 ASSERT_EQ (GIMPLE_ASSIGN, gimple_code (stmt1)); 486 gimple *stmt2 = stmt1->next; 488 ASSERT_EQ (stmt1, stmt2->prev);
|
| tree-call-cdce.cc | 443 gassign *stmt1; 452 stmt1 = gimple_build_assign (temp, arg); 453 tempn = make_ssa_name (temp, stmt1); 454 gimple_assign_set_lhs (stmt1, tempn); 465 conds.quick_push (stmt1); 569 gimple *stmt1, *stmt2; 622 stmt1 = gimple_build_assign (temp, base_val0); 623 tempn = make_ssa_name (temp, stmt1); 624 gimple_assign_set_lhs (stmt1, tempn); 627 conds.quick_push (stmt1); 440 gassign *stmt1; local 566 gimple *stmt1, *stmt2; local [all...] |
| tree-ssa-tail-merge.cc | 1262 /* Return true if equal (in the sense of gimple_equal_p) statements STMT1 and 1266 merge_stmts_p (gimple *stmt1, gimple *stmt2) 1271 if (is_tm_ending (stmt1)) 1275 if (lookup_stmt_eh_lp_fn (cfun, stmt1) != lookup_stmt_eh_lp_fn (cfun, stmt2)) 1278 if (is_gimple_call (stmt1) 1279 && gimple_call_internal_p (stmt1)) 1280 switch (gimple_call_internal_fn (stmt1)) 1295 return gimple_location (stmt1) == gimple_location (stmt2); 1319 gimple *stmt1 = gsi_stmt (gsi1); local 1322 if (gimple_code (stmt1) == GIMPLE_LABE [all...] |
| tree-predcom.cc | 2723 gimple *stmt1, *stmt2; local 2725 stmt1 = find_use_stmt (name1); 2726 if (!stmt1) 2733 if (stmt1 == stmt2) 2734 return stmt1; 2736 stmt1 = find_associative_operation_root (stmt1, NULL); 2737 if (!stmt1) 2743 return (stmt1 == stmt2 ? stmt1 : NULL) 2822 gimple *stmt1, *stmt2, *root1, *root2, *s1, *s2; local 2907 gimple *stmt1, *stmt2; local [all...] |
| tree-ssa-forwprop.cc | 1201 gimple *stmt1, *stmt2 = gsi_stmt (*gsi_p); local 1207 stmt1 = SSA_NAME_DEF_STMT (vuse); 1297 if (is_gimple_call (stmt1)) 1302 callee1 = gimple_call_fndecl (stmt1); 1305 || gimple_call_num_args (stmt1) != 3) 1310 ptr1 = gimple_call_arg (stmt1, 0); 1311 src1 = gimple_call_arg (stmt1, 1); 1312 len1 = gimple_call_arg (stmt1, 2); 1313 lhs1 = gimple_call_lhs (stmt1); 1328 else if (gimple_assign_single_p (stmt1)) [all...] |
| tree-ssa-loop-im.cc | 982 gassign *stmt, *stmt1, *stmt2; local 994 stmt1 = gimple_build_assign (name, RDIV_EXPR, real_one, 1003 gsi_insert_before (bsi, stmt1, GSI_NEW_STMT); 1007 return stmt1; 1017 gimple *stmt1; local 1041 stmt1 = SSA_NAME_DEF_STMT (gimple_assign_rhs1 (stmt)); 1042 if (gimple_code (stmt1) != GIMPLE_ASSIGN) 1046 if (CONVERT_EXPR_CODE_P (gimple_assign_rhs_code (stmt1))) 1048 t = gimple_assign_rhs1 (stmt1); 1052 stmt1 = SSA_NAME_DEF_STMT (t) [all...] |
| tree-profile.cc | 1536 gassign *stmt1, *stmt2, *stmt3; local 1546 stmt1: __gcov_indirect_call.counters = get_relevant_counter_ptr (); 1563 stmt1 = gimple_build_assign (counter_ref, ref_ptr); 1570 gsi_insert_before (&gsi, stmt1, GSI_SAME_STMT); 1585 gcall *stmt1; local 1651 stmt1 = gimple_build_call (tree_indirect_call_profiler_fn, 2, 1653 gsi_insert_before (&gsi, stmt1, GSI_SAME_STMT);
|
| graphite-isl-ast-to-gimple.cc | 974 gimple *stmt1 = gsi_stmt (gsi1); local 977 if (stmt1 != NULL && stmt2 != NULL) 979 bool is_phi1 = gimple_code (stmt1) == GIMPLE_PHI;
|
| tree-if-conv.cc | 3308 gimple *stmt1; local 3359 stmt1 = USE_STMT (use_p); 3360 if (!is_gimple_debug (stmt1) && gimple_bb (stmt1) != bb) 3382 stmt1 = SSA_NAME_DEF_STMT (use); 3383 if (gimple_bb (stmt1) != bb || gimple_plf (stmt1, GF_PLF_2)) 3385 gimple_set_plf (stmt1, GF_PLF_2, true); 3386 worklist.safe_push (stmt1);
|
| /src/share/misc/ |
| style | 363 stmt1;
|