Home
last modified time | relevance | path

Searched refs:gimple_try_kind (Results 1 – 13 of 13) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
HDgimple-low.c279 if (gimple_try_kind (stmt) == GIMPLE_TRY_CATCH) in lower_stmt()
492 gcc_assert (gimple_try_kind (stmt) == GIMPLE_TRY_CATCH); in lower_try_catch()
559 gcc_assert (gimple_try_kind (stmt) == GIMPLE_TRY_CATCH); in gimple_try_catch_may_fallthru()
639 if (gimple_try_kind (stmt) == GIMPLE_TRY_CATCH) in gimple_stmt_may_fallthru()
HDtree-eh.c245 if (gimple_try_kind (stmt) == GIMPLE_TRY_FINALLY) in collect_finally_tree()
253 else if (gimple_try_kind (stmt) == GIMPLE_TRY_CATCH) in collect_finally_tree()
1033 && gimple_try_kind (x) == GIMPLE_TRY_CATCH in honor_protect_cleanup_actions()
2074 if (gimple_try_kind (try_stmt) == GIMPLE_TRY_FINALLY) in lower_eh_constructs_2()
3144 || gimple_try_kind (oneh) != GIMPLE_TRY_CATCH) in optimize_double_finally()
3181 if (gimple_try_kind (try_one) == GIMPLE_TRY_FINALLY in refactor_eh_r()
3182 && gimple_try_kind (try_two) == GIMPLE_TRY_FINALLY) in refactor_eh_r()
HDgimple-pretty-print.c1190 if (gimple_try_kind (gs) == GIMPLE_TRY_CATCH) in dump_gimple_try()
1192 else if (gimple_try_kind (gs) == GIMPLE_TRY_FINALLY) in dump_gimple_try()
1211 if (gimple_try_kind (gs) == GIMPLE_TRY_CATCH) in dump_gimple_try()
1218 else if (gimple_try_kind (gs) == GIMPLE_TRY_FINALLY) in dump_gimple_try()
HDgimple.h4171 gimple_try_kind (const gimple *gs)
4185 if (gimple_try_kind (gs) != kind)
4195 gcc_gimple_checking_assert (gimple_try_kind (gs) == GIMPLE_TRY_CATCH);
4246 gcc_gimple_checking_assert (gimple_try_kind (g) == GIMPLE_TRY_CATCH);
HDomp-grid.c632 if (gimple_try_kind (try_stmt) == GIMPLE_TRY_CATCH) in grid_dist_follows_tiling_pattern()
HDtree-inline.c1448 copy = gimple_build_try (s1, s2, gimple_try_kind (stmt)); in remap_gimple_stmt()
HDgimplify.c1920 && gimple_try_kind (try_stmt) == GIMPLE_TRY_FINALLY) in last_stmt_in_scope()
/dragonfly/contrib/gcc-4.7/gcc/
HDgimple-low.c386 if (gimple_try_kind (stmt) == GIMPLE_TRY_FINALLY) in lower_stmt()
583 gcc_assert (gimple_try_kind (stmt) == GIMPLE_TRY_CATCH); in gimple_try_catch_may_fallthru()
736 if (gimple_try_kind (stmt) == GIMPLE_TRY_CATCH) in gimple_stmt_may_fallthru()
HDtree-eh.c245 if (gimple_try_kind (stmt) == GIMPLE_TRY_FINALLY) in collect_finally_tree()
252 else if (gimple_try_kind (stmt) == GIMPLE_TRY_CATCH) in collect_finally_tree()
990 && gimple_try_kind (x) == GIMPLE_TRY_CATCH in honor_protect_cleanup_actions()
2001 if (gimple_try_kind (stmt) == GIMPLE_TRY_FINALLY) in lower_eh_constructs_2()
2880 || gimple_try_kind (oneh) != GIMPLE_TRY_CATCH) in optimize_double_finally()
2918 && gimple_try_kind (one) == GIMPLE_TRY_FINALLY in refactor_eh_r()
2919 && gimple_try_kind (two) == GIMPLE_TRY_FINALLY) in refactor_eh_r()
HDgimple-pretty-print.c910 if (gimple_try_kind (gs) == GIMPLE_TRY_CATCH) in dump_gimple_try()
912 else if (gimple_try_kind (gs) == GIMPLE_TRY_FINALLY) in dump_gimple_try()
931 if (gimple_try_kind (gs) == GIMPLE_TRY_CATCH) in dump_gimple_try()
938 else if (gimple_try_kind (gs) == GIMPLE_TRY_FINALLY) in dump_gimple_try()
HDgimple.h3283 gimple_try_kind (const_gimple gs) in gimple_try_kind() function
3298 if (gimple_try_kind (gs) != kind) in gimple_try_set_kind()
3308 gcc_gimple_checking_assert (gimple_try_kind (gs) == GIMPLE_TRY_CATCH); in gimple_try_catch_is_cleanup()
3339 gcc_gimple_checking_assert (gimple_try_kind (g) == GIMPLE_TRY_CATCH); in gimple_try_set_catch_is_cleanup()
HDtree-inline.c1293 copy = gimple_build_try (s1, s2, gimple_try_kind (stmt)); in remap_gimple_stmt()
/dragonfly/contrib/gcc-4.7/gcc/doc/
HDgimple.texi2108 @deftypefn {GIMPLE function} {enum gimple_try_flags} gimple_try_kind (gimple g)