Searched refs:outer_state (Results 1 – 4 of 4) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree-eh.c | 876 lower_try_finally_dup_block (gimple_seq seq, struct leh_state *outer_state) in lower_try_finally_dup_block() argument 883 if (outer_state->tf) in lower_try_finally_dup_block() 884 region = outer_state->tf->try_finally_expr; in lower_try_finally_dup_block() 949 honor_protect_cleanup_actions (struct leh_state *outer_state, in honor_protect_cleanup_actions() argument 977 finally = lower_try_finally_dup_block (finally, outer_state); in honor_protect_cleanup_actions() 1001 finally = lower_eh_must_not_throw (outer_state, x); in honor_protect_cleanup_actions()
|
H A D | trans-mem.c | 1558 unsigned int *outer_state = (unsigned int *) wi->info; in lower_transaction() local 1573 || (!(this_state & GTMA_HAVE_ABORT) && outer_state != NULL)) in lower_transaction() 1575 if (outer_state) in lower_transaction() 1576 *outer_state |= this_state; in lower_transaction()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | tree-eh.c | 898 lower_try_finally_dup_block (gimple_seq seq, struct leh_state *outer_state, in lower_try_finally_dup_block() argument 923 if (outer_state->tf) in lower_try_finally_dup_block() 924 region = outer_state->tf->try_finally_expr; in lower_try_finally_dup_block() 989 honor_protect_cleanup_actions (struct leh_state *outer_state, in honor_protect_cleanup_actions() argument 1020 finally = lower_try_finally_dup_block (finally, outer_state, in honor_protect_cleanup_actions() 1045 finally = lower_eh_must_not_throw (outer_state, try_stmt); in honor_protect_cleanup_actions()
|
H A D | trans-mem.c | 1657 unsigned int *outer_state = (unsigned int *) wi->info; in lower_transaction() local 1672 || (!(this_state & GTMA_HAVE_ABORT) && outer_state != NULL)) in lower_transaction() 1674 if (outer_state) in lower_transaction() 1675 *outer_state |= this_state; in lower_transaction() 1715 if (outer_state == NULL) in lower_transaction() 1733 || outer_state == NULL in lower_transaction()
|