Home
last modified time | relevance | path

Searched refs:gimple_try_eval (Results 1 – 18 of 18) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
HDtree-eh.c249 collect_finally_tree_1 (gimple_try_eval (stmt), stmt); in collect_finally_tree()
254 collect_finally_tree_1 (gimple_try_eval (stmt), region); in collect_finally_tree()
513 replace_goto_queue_stmt_list (gimple_try_eval (stmt), tf); in replace_goto_queue_1()
850 result = gimple_try_eval (tp); in frob_into_branch_around()
993 gsi_insert_seq_before (&gsi, gimple_try_eval (x), GSI_SAME_STMT); in honor_protect_cleanup_actions()
1032 tf->top_p_seq = gimple_try_eval (tf->top_p); in lower_try_finally_nofallthru()
1093 tf->top_p_seq = gimple_try_eval (tf->top_p); in lower_try_finally_onedest()
1189 tf->top_p_seq = gimple_try_eval (tf->top_p); in lower_try_finally_copy()
1324 tf->top_p_seq = gimple_try_eval (tf->top_p); in lower_try_finally_switch()
1622 lower_eh_constructs_1 (&this_state, gimple_try_eval(tp)); in lower_try_finally()
[all …]
HDgimple-low.c381 lower_sequence (gimple_try_eval (stmt), data); in lower_stmt()
587 if (gimple_seq_may_fallthru (gimple_try_eval (stmt))) in gimple_try_catch_may_fallthru()
748 return (gimple_seq_may_fallthru (gimple_try_eval (stmt)) in gimple_stmt_may_fallthru()
HDgimple-pretty-print.c918 gimple_try_eval (gs), gimple_try_cleanup (gs)); in dump_gimple_try()
927 dump_gimple_seq (buffer, gimple_try_eval (gs), spc + 4, flags); in dump_gimple_try()
HDtree-inline.c1291 s1 = remap_gimple_seq (gimple_try_eval (stmt), id); in remap_gimple_stmt()
3629 return (estimate_num_insns_seq (gimple_try_eval (stmt), weights) in estimate_num_insns()
HDgimple.c1846 ret = walk_gimple_seq (gimple_try_eval (stmt), callback_stmt, callback_op, in walk_gimple_stmt()
2326 new_seq = gimple_seq_copy (gimple_try_eval (stmt)); in gimple_copy()
HDtree-cfg.c4344 err |= verify_gimple_in_seq_2 (gimple_try_eval (stmt)); in verify_gimple_in_seq_2()
7673 do_warn_unused_result (gimple_try_eval (g)); in do_warn_unused_result()
HDgimple.h3316 gimple_try_eval (gimple gs) in gimple_try_eval() function
HDomp-low.c6866 lower_omp (gimple_try_eval (stmt), ctx); in lower_omp_1()
/dragonfly/contrib/gcc-8.0/gcc/
HDtree-eh.c249 collect_finally_tree_1 (gimple_try_eval (stmt), in collect_finally_tree()
255 collect_finally_tree_1 (gimple_try_eval (stmt), region); in collect_finally_tree()
871 result = gimple_try_eval (tp); in frob_into_branch_around()
1036 gsi_insert_seq_before (&gsi, gimple_try_eval (x), GSI_SAME_STMT); in honor_protect_cleanup_actions()
1078 tf->top_p_seq = gimple_try_eval (tf->top_p); in lower_try_finally_nofallthru()
1143 tf->top_p_seq = gimple_try_eval (tf->top_p); in lower_try_finally_onedest()
1251 tf->top_p_seq = gimple_try_eval (tf->top_p); in lower_try_finally_copy()
1387 tf->top_p_seq = gimple_try_eval (tf->top_p); in lower_try_finally_switch()
1683 this_tf.may_fallthru = gimple_seq_may_fallthru (gimple_try_eval (tp)); in lower_try_finally()
1703 gimple_seq_add_seq (&this_tf.top_p_seq, gimple_try_eval (tp)); in lower_try_finally()
[all …]
HDgimple-low.c563 if (gimple_seq_may_fallthru (gimple_try_eval (stmt))) in gimple_try_catch_may_fallthru()
651 return (gimple_seq_may_fallthru (gimple_try_eval (stmt)) in gimple_stmt_may_fallthru()
HDgimple-pretty-print.c1198 gimple_try_eval (gs), gimple_try_cleanup (gs)); in dump_gimple_try()
1207 dump_gimple_seq (buffer, gimple_try_eval (gs), spc + 4, flags); in dump_gimple_try()
HDomp-grid.c645 if (!grid_dist_follows_tiling_pattern (gimple_try_eval (try_stmt), in grid_dist_follows_tiling_pattern()
HDgimple.c1806 new_seq = gimple_seq_copy (gimple_try_eval (try_stmt)); in gimple_copy()
HDtree-inline.c1446 s1 = remap_gimple_seq (gimple_try_eval (stmt), id); in remap_gimple_stmt()
4183 return (estimate_num_insns_seq (gimple_try_eval (stmt), weights) in estimate_num_insns()
HDgimple.h4214 gimple_try_eval (gimple *gs)
HDtree-cfg.c5186 err |= verify_gimple_in_seq_2 (gimple_try_eval (stmt)); in verify_gimple_in_seq_2()
9486 do_warn_unused_result (gimple_try_eval (g)); in do_warn_unused_result()
HDgimplify.c1792 if (gimple_try_eval (stmt) == NULL) in warn_switch_unreachable_r()
1915 stmt = gimple_seq_last_nondebug_stmt (gimple_try_eval (try_stmt)); in last_stmt_in_scope()
/dragonfly/contrib/gcc-4.7/gcc/doc/
HDgimple.texi2117 @deftypefn {GIMPLE function} gimple_seq gimple_try_eval (gimple g)