Lines Matching defs:leh_tf_state
361 struct leh_tf_state struct
367 gtry *try_finally_expr;
368 gtry *top_p;
372 gimple_seq top_p_seq;
375 struct leh_state *outer;
378 eh_region region;
381 struct goto_queue_node *goto_queue;
382 size_t goto_queue_size;
383 size_t goto_queue_active;
386 hash_map<gimple *, goto_queue_node *> *goto_queue_map;
389 vec<tree> dest_array;
394 tree fallthru_label;
418 find_goto_replacement (struct leh_tf_state *tf, treemple stmt) in find_goto_replacement() argument