Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/
Dtree-inline.c821 tree copy_stmt; in copy_edges_for_bb() local
823 copy_stmt = bsi_stmt (bsi); in copy_edges_for_bb()
824 update_stmt (copy_stmt); in copy_edges_for_bb()
840 if (tree_can_throw_internal (copy_stmt)) in copy_edges_for_bb()
846 edge e = split_block (new_bb, copy_stmt); in copy_edges_for_bb()
851 make_eh_edges (copy_stmt); in copy_edges_for_bb()