/netbsd/external/gpl3/gcc/dist/gcc/ |
H A D | tree-inline.c | 2489 gsi_insert_before (&gsi, clobber_stmt, GSI_NEW_STMT); in add_clobbers_to_eh_landing_pad() 5108 gimple *clobber_stmt; in expand_call_inline() local 5109 clobber_stmt = gimple_build_assign (*varp, clobber); in expand_call_inline() 5177 gimple *clobber_stmt; in expand_call_inline() local 5178 clobber_stmt = gimple_build_assign (id->retvar, clobber); in expand_call_inline() 5180 gsi_insert_after (&stmt_gsi, clobber_stmt, GSI_SAME_STMT); in expand_call_inline() 5224 gimple *clobber_stmt; in expand_call_inline() local 5225 clobber_stmt = gimple_build_assign (id->retvar, clobber); in expand_call_inline() 5226 gimple_set_location (clobber_stmt, gimple_location (stmt)); in expand_call_inline() 5227 gsi_replace (&stmt_gsi, clobber_stmt, false); in expand_call_inline() [all …]
|
H A D | tree-inline.cc | 2513 gsi_insert_before (&gsi, clobber_stmt, GSI_NEW_STMT); in add_clobbers_to_eh_landing_pad() 5138 gimple *clobber_stmt; in expand_call_inline() local 5139 clobber_stmt = gimple_build_assign (*varp, clobber); in expand_call_inline() 5207 gimple *clobber_stmt; in expand_call_inline() local 5208 clobber_stmt = gimple_build_assign (id->retvar, clobber); in expand_call_inline() 5210 gsi_insert_after (&stmt_gsi, clobber_stmt, GSI_SAME_STMT); in expand_call_inline() 5254 gimple *clobber_stmt; in expand_call_inline() local 5255 clobber_stmt = gimple_build_assign (id->retvar, clobber); in expand_call_inline() 5256 gimple_set_location (clobber_stmt, gimple_location (stmt)); in expand_call_inline() 5257 gsi_replace (&stmt_gsi, clobber_stmt, false); in expand_call_inline() [all …]
|
H A D | tree-ssa-ccp.c | 2122 gassign *clobber_stmt; in insert_clobber_before_stack_restore() local 2132 clobber_stmt = gimple_build_assign (var, clobber); in insert_clobber_before_stack_restore() 2135 gsi_insert_before (&i, clobber_stmt, GSI_SAME_STMT); in insert_clobber_before_stack_restore()
|
H A D | tree-ssa-ccp.cc | 2499 gassign *clobber_stmt; in insert_clobber_before_stack_restore() local 2509 clobber_stmt = gimple_build_assign (var, clobber); in insert_clobber_before_stack_restore() 2512 gsi_insert_before (&i, clobber_stmt, GSI_SAME_STMT); in insert_clobber_before_stack_restore()
|
H A D | function.c | 3924 gimple *clobber_stmt; in gimplify_parameters() local 3925 clobber_stmt = gimple_build_assign (local, clobber); in gimplify_parameters() 3926 gimple_seq_add_stmt (cleanup, clobber_stmt); in gimplify_parameters()
|
H A D | function.cc | 3954 gimple *clobber_stmt; in gimplify_parameters() local 3955 clobber_stmt = gimple_build_assign (local, clobber); in gimplify_parameters() 3956 gimple_seq_add_stmt (cleanup, clobber_stmt); in gimplify_parameters()
|
H A D | gimplify.c | 1480 gimple *clobber_stmt; in gimplify_bind_expr() local 1481 clobber_stmt = gimple_build_assign (t, clobber); in gimplify_bind_expr() 1482 gimple_set_location (clobber_stmt, end_locus); in gimplify_bind_expr() 1483 gimplify_seq_add_stmt (&cleanup, clobber_stmt); in gimplify_bind_expr()
|
H A D | gimplify.cc | 1480 gimple *clobber_stmt; in gimplify_bind_expr() local 1481 clobber_stmt = gimple_build_assign (t, clobber); in gimplify_bind_expr() 1482 gimple_set_location (clobber_stmt, end_locus); in gimplify_bind_expr() 1483 gimplify_seq_add_stmt (&cleanup, clobber_stmt); in gimplify_bind_expr()
|
H A D | ChangeLog.gimple-classes | 3099 Strengthen local "clobber_stmt" from gimple to gimple_assign.
|
/netbsd/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-inline.c | 2489 gsi_insert_before (&gsi, clobber_stmt, GSI_NEW_STMT); in add_clobbers_to_eh_landing_pad() 5108 gimple *clobber_stmt; in expand_call_inline() local 5109 clobber_stmt = gimple_build_assign (*varp, clobber); in expand_call_inline() 5177 gimple *clobber_stmt; in expand_call_inline() local 5178 clobber_stmt = gimple_build_assign (id->retvar, clobber); in expand_call_inline() 5180 gsi_insert_after (&stmt_gsi, clobber_stmt, GSI_SAME_STMT); in expand_call_inline() 5224 gimple *clobber_stmt; in expand_call_inline() local 5225 clobber_stmt = gimple_build_assign (id->retvar, clobber); in expand_call_inline() 5226 gimple_set_location (clobber_stmt, gimple_location (stmt)); in expand_call_inline() 5227 gsi_replace (&stmt_gsi, clobber_stmt, false); in expand_call_inline() [all …]
|
H A D | tree-ssa-ccp.c | 2122 gassign *clobber_stmt; in insert_clobber_before_stack_restore() local 2132 clobber_stmt = gimple_build_assign (var, clobber); in insert_clobber_before_stack_restore() 2135 gsi_insert_before (&i, clobber_stmt, GSI_SAME_STMT); in insert_clobber_before_stack_restore()
|
H A D | function.c | 3924 gimple *clobber_stmt; in gimplify_parameters() local 3925 clobber_stmt = gimple_build_assign (local, clobber); in gimplify_parameters() 3926 gimple_seq_add_stmt (cleanup, clobber_stmt); in gimplify_parameters()
|
H A D | gimplify.c | 1480 gimple *clobber_stmt; in gimplify_bind_expr() local 1481 clobber_stmt = gimple_build_assign (t, clobber); in gimplify_bind_expr() 1482 gimple_set_location (clobber_stmt, end_locus); in gimplify_bind_expr() 1483 gimplify_seq_add_stmt (&cleanup, clobber_stmt); in gimplify_bind_expr()
|