Searched refs:tmp_rs (Results 1 – 2 of 2) sorted by relevance
697 return_statements_t tmp_rs; in lower_gimple_return() local703 tmp_rs = data->return_statements[i]; in lower_gimple_return()705 if (gimple_return_retval (stmt) == gimple_return_retval (tmp_rs.stmt)) in lower_gimple_return()710 gimple_set_location (tmp_rs.stmt, UNKNOWN_LOCATION); in lower_gimple_return()717 tmp_rs.label = create_artificial_label (cfun->function_end_locus); in lower_gimple_return()718 tmp_rs.stmt = stmt; in lower_gimple_return()719 data->return_statements.safe_push (tmp_rs); in lower_gimple_return()725 DECL_ARTIFICIAL (tmp_rs.label) = 0; in lower_gimple_return()726 t = gimple_build_goto (tmp_rs.label); in lower_gimple_return()
698 return_statements_t tmp_rs; in lower_gimple_return() local704 tmp_rs = data->return_statements[i]; in lower_gimple_return()706 if (gimple_return_retval (stmt) == gimple_return_retval (tmp_rs.stmt)) in lower_gimple_return()711 gimple_set_location (tmp_rs.stmt, UNKNOWN_LOCATION); in lower_gimple_return()718 tmp_rs.label = create_artificial_label (cfun->function_end_locus); in lower_gimple_return()719 tmp_rs.stmt = stmt; in lower_gimple_return()720 data->return_statements.safe_push (tmp_rs); in lower_gimple_return()726 DECL_ARTIFICIAL (tmp_rs.label) = 0; in lower_gimple_return()727 t = gimple_build_goto (tmp_rs.label); in lower_gimple_return()