Searched refs:gimple_seq_copy (Results 1 – 9 of 9) sorted by relevance
1459 gimple_seq_copy (gimple_seq src) in gimple_seq_copy() function1932 new_seq = gimple_seq_copy (gimple_bind_body (bind_stmt)); in gimple_copy()1944 new_seq = gimple_seq_copy (gimple_catch_handler (catch_stmt)); in gimple_copy()1956 = gimple_seq_copy (gimple_eh_filter_failure (eh_filter_stmt)); in gimple_copy()1967 new_seq = gimple_seq_copy (gimple_eh_else_n_body (eh_else_stmt)); in gimple_copy()1969 new_seq = gimple_seq_copy (gimple_eh_else_e_body (eh_else_stmt)); in gimple_copy()1978 new_seq = gimple_seq_copy (gimple_try_eval (try_stmt)); in gimple_copy()1980 new_seq = gimple_seq_copy (gimple_try_cleanup (try_stmt)); in gimple_copy()1986 new_seq = gimple_seq_copy (gimple_omp_for_pre_body (stmt)); in gimple_copy()2106 new_seq = gimple_seq_copy (gimple_omp_body (stmt)); in gimple_copy()[all …]
485 gsi_insert_seq_after (gsi, gimple_seq_copy (new_seq), GSI_CONTINUE_LINKING); in replace_goto_queue_cond_clause()510 seq = gimple_seq_copy (seq); in replace_goto_queue_1()
5827 gimple_seq copy = gimple_seq_copy (seq); in duplicate_remap_omp_clause_seq()5867 copy = gimple_seq_copy (seq); in copy_gimple_seq_and_replace_locals()
1588 gimple_seq gimple_seq_copy (gimple_seq);
2270 copy_gimple_seq_and_replace_locals instead of gimple_seq_copy.2997 * gimple.c (gimple_seq_copy): Rename from5597 (gimple_seq_copy): Likewise.
11587 * gimple.c (extract_ops_from_tree, gimple_seq_copy): Likewise.
26146 gimple_seq_copy): Don't use gimple_seq_alloc.
2436 @deftypefn {GIMPLE function} void gimple_seq_copy (gimple_seq dest, gimple_seq src)
15288 -- GIMPLE function: void gimple_seq_copy (gimple_seq dest, gimple_seq55454 * gimple_seq_copy: GIMPLE sequences. (line 65)