Searched refs:gimple_seq_alloc_with_stmt (Results 1 – 9 of 9) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | tree-phinodes.c | 322 set_phi_nodes (bb, gimple_seq_alloc_with_stmt (phi)); in add_phi_node_to_bb()
|
H A D | trans-mem.c | 1694 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 D | gimple.h | 1643 gimple_seq_alloc_with_stmt (gimple *stmt)
|
H A D | tree-eh.c | 1043 gimple_seq_alloc_with_stmt (eh_mnt), in honor_protect_cleanup_actions()
|
H A D | omp-low.c | 5864 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 D | trans-mem.c | 1595 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 D | omp-low.c | 3199 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 D | gimple.h | 234 gimple_seq_alloc_with_stmt (gimple stmt) in gimple_seq_alloc_with_stmt() function
|
H A D | tree-eh.c | 999 x = gimple_build_try (finally, gimple_seq_alloc_with_stmt (x), in honor_protect_cleanup_actions()
|