Home
last modified time | relevance | path

Searched refs:gimple_seq_alloc_with_stmt (Results 1 – 9 of 9) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtree-phinodes.c322 set_phi_nodes (bb, gimple_seq_alloc_with_stmt (phi)); in add_phi_node_to_bb()
H A Dtrans-mem.c1694 n_seq = gimple_seq_alloc_with_stmt (g); in lower_transaction()
1711 gimple_seq_alloc_with_stmt (g), GIMPLE_TRY_FINALLY); in lower_transaction()
2609 gimple_seq fallthru_seq = gimple_seq_alloc_with_stmt (assign_stmt); in expand_call_tm()
H A Dgimple.h1643 gimple_seq_alloc_with_stmt (gimple *stmt)
H A Dtree-eh.c1043 gimple_seq_alloc_with_stmt (eh_mnt), in honor_protect_cleanup_actions()
H A Domp-low.c5864 g = gimple_build_try (body, gimple_seq_alloc_with_stmt (g), in maybe_catch_exception()
5867 return gimple_seq_alloc_with_stmt (g); in maybe_catch_exception()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtrans-mem.c1595 n_seq = gimple_seq_alloc_with_stmt (g); in lower_transaction()
1612 gimple_seq_alloc_with_stmt (g), GIMPLE_TRY_FINALLY); in lower_transaction()
2327 gimple_seq fallthru_seq = gimple_seq_alloc_with_stmt (stmt); in expand_call_tm()
H A Domp-low.c3199 g = gimple_build_try (body, gimple_seq_alloc_with_stmt (g), in maybe_catch_exception()
3202 return gimple_seq_alloc_with_stmt (g); in maybe_catch_exception()
6089 bind = gimple_build_bind (NULL, gimple_seq_alloc_with_stmt (stmt), in lower_omp_master()
6129 bind = gimple_build_bind (NULL, gimple_seq_alloc_with_stmt (stmt), in lower_omp_ordered()
6226 bind = gimple_build_bind (NULL, gimple_seq_alloc_with_stmt (stmt), block); in lower_omp_critical()
H A Dgimple.h234 gimple_seq_alloc_with_stmt (gimple stmt) in gimple_seq_alloc_with_stmt() function
H A Dtree-eh.c999 x = gimple_build_try (finally, gimple_seq_alloc_with_stmt (x), in honor_protect_cleanup_actions()