Lines Matching defs:leh_tf_state
364 struct leh_tf_state struct
370 gtry *try_finally_expr;
371 gtry *top_p;
375 gimple_seq top_p_seq;
378 struct leh_state *outer;
381 eh_region region;
384 struct goto_queue_node *goto_queue;
385 size_t goto_queue_size;
386 size_t goto_queue_active;
389 hash_map<gimple *, goto_queue_node *> *goto_queue_map;
392 vec<tree> dest_array;
397 tree fallthru_label;
421 find_goto_replacement (struct leh_tf_state *tf, treemple stmt) in find_goto_replacement() argument