Searched refs:outer_state (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-eh.cc | 896 lower_try_finally_dup_block (gimple_seq seq, struct leh_state *outer_state, in lower_try_finally_dup_block() argument 916 if (outer_state->tf) in lower_try_finally_dup_block() 917 region = outer_state->tf->try_finally_expr; in lower_try_finally_dup_block() 982 honor_protect_cleanup_actions (struct leh_state *outer_state, in honor_protect_cleanup_actions() argument 1001 eh_region save_ehp = outer_state->ehp_region; in honor_protect_cleanup_actions() 1002 outer_state->ehp_region = this_state->cur_region; in honor_protect_cleanup_actions() 1003 lower_eh_constructs_1 (outer_state, &finally); in honor_protect_cleanup_actions() 1004 outer_state->ehp_region = save_ehp; in honor_protect_cleanup_actions() 1016 finally = lower_try_finally_dup_block (finally, outer_state, in honor_protect_cleanup_actions() 1041 finally = lower_eh_must_not_throw (outer_state, try_stmt); in honor_protect_cleanup_actions()
|
H A D | trans-mem.cc | 1646 unsigned int *outer_state = (unsigned int *) wi->info; in lower_transaction() local 1661 || (!(this_state & GTMA_HAVE_ABORT) && outer_state != NULL)) in lower_transaction() 1663 if (outer_state) in lower_transaction() 1664 *outer_state |= this_state; in lower_transaction() 1704 if (outer_state == NULL) in lower_transaction() 1722 || outer_state == NULL in lower_transaction()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-eh.c | 896 lower_try_finally_dup_block (gimple_seq seq, struct leh_state *outer_state, in lower_try_finally_dup_block() argument 921 if (outer_state->tf) in lower_try_finally_dup_block() 922 region = outer_state->tf->try_finally_expr; in lower_try_finally_dup_block() 987 honor_protect_cleanup_actions (struct leh_state *outer_state, in honor_protect_cleanup_actions() argument 1006 eh_region save_ehp = outer_state->ehp_region; in honor_protect_cleanup_actions() 1007 outer_state->ehp_region = this_state->cur_region; in honor_protect_cleanup_actions() 1008 lower_eh_constructs_1 (outer_state, &finally); in honor_protect_cleanup_actions() 1009 outer_state->ehp_region = save_ehp; in honor_protect_cleanup_actions() 1021 finally = lower_try_finally_dup_block (finally, outer_state, in honor_protect_cleanup_actions() 1046 finally = lower_eh_must_not_throw (outer_state, try_stmt); in honor_protect_cleanup_actions()
|
H A D | trans-mem.c | 1643 unsigned int *outer_state = (unsigned int *) wi->info; in lower_transaction() local 1658 || (!(this_state & GTMA_HAVE_ABORT) && outer_state != NULL)) in lower_transaction() 1660 if (outer_state) in lower_transaction() 1661 *outer_state |= this_state; in lower_transaction() 1701 if (outer_state == NULL) in lower_transaction() 1719 || outer_state == NULL in lower_transaction()
|