Searched refs:clobber_stmt (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | tree-inline.cc | 2526 gimple *clobber_stmt = gimple_build_assign (new_var, clobber); in add_clobbers_to_eh_landing_pad() local 2527 gsi_insert_before (&gsi, clobber_stmt, GSI_NEW_STMT); in add_clobbers_to_eh_landing_pad() 5145 gimple *clobber_stmt; in expand_call_inline() local 5146 clobber_stmt = gimple_build_assign (*varp, clobber); in expand_call_inline() 5147 gimple_set_location (clobber_stmt, gimple_location (stmt)); in expand_call_inline() 5148 gsi_insert_before (&stmt_gsi, clobber_stmt, GSI_SAME_STMT); in expand_call_inline() 5214 gimple *clobber_stmt; in expand_call_inline() local 5215 clobber_stmt = gimple_build_assign (id->retvar, clobber); in expand_call_inline() 5216 gimple_set_location (clobber_stmt, gimple_location (old_stmt)); in expand_call_inline() 5217 gsi_insert_after (&stmt_gsi, clobber_stmt, GSI_SAME_STMT); in expand_call_inline() [all …]
|
| D | tree-ssa-ccp.cc | 2501 gassign *clobber_stmt; in insert_clobber_before_stack_restore() local 2511 clobber_stmt = gimple_build_assign (var, clobber); in insert_clobber_before_stack_restore() 2514 gsi_insert_before (&i, clobber_stmt, GSI_SAME_STMT); in insert_clobber_before_stack_restore()
|
| D | function.cc | 3983 gimple *clobber_stmt; in gimplify_parameters() local 3984 clobber_stmt = gimple_build_assign (local, clobber); in gimplify_parameters() 3985 gimple_seq_add_stmt (cleanup, clobber_stmt); in gimplify_parameters()
|
| 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()
|
| D | ChangeLog.gimple-classes | 3099 Strengthen local "clobber_stmt" from gimple to gimple_assign.
|