Home
last modified time | relevance | path

Searched refs:collect_finally_tree (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/gcc/
HDtree-eh.c216 collect_finally_tree (tree t, tree region) in collect_finally_tree() function
227 collect_finally_tree (TREE_OPERAND (t, 0), t); in collect_finally_tree()
232 collect_finally_tree (TREE_OPERAND (t, 0), region); in collect_finally_tree()
248 collect_finally_tree (tsi_stmt (i), region); in collect_finally_tree()
743 collect_finally_tree (t, region); in lower_try_finally_dup_block()
1686 collect_finally_tree (*tp, NULL); in lower_eh_constructs()
HDChangeLog.tree-ssa5475 * tree-eh.c (collect_finally_tree): Ignore COND_EXPR and BIND_EXPR.
5647 * tree-eh.c (collect_finally_tree): Complete manual tailrecurse
5806 * tree-eh.c (collect_finally_tree): Handle STATEMENT_LIST.
6305 * tree-eh.c (collect_finally_tree): Ditto.
6448 * tree-eh.c (collect_finally_tree): Remove lowered containers.