Searched refs:this_tf (Results 1 – 1 of 1) sorted by relevance
1348 struct leh_tf_state this_tf; in lower_try_finally() local1354 memset (&this_tf, 0, sizeof (this_tf)); in lower_try_finally()1355 this_tf.try_finally_expr = *tp; in lower_try_finally()1356 this_tf.top_p = tp; in lower_try_finally()1357 this_tf.outer = state; in lower_try_finally()1359 this_tf.region in lower_try_finally()1362 this_tf.region = NULL; in lower_try_finally()1364 this_state.cur_region = this_tf.region; in lower_try_finally()1366 this_state.tf = &this_tf; in lower_try_finally()1371 this_tf.may_fallthru = block_may_fallthru (TREE_OPERAND (*tp, 0)); in lower_try_finally()[all …]