Searched refs:dest_cfun (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dtree-cfg.c4681 move_block_to_fn (struct function *dest_cfun, basic_block bb, argument
4701 dest_cfun->cfg->x_n_edges++;
4709 cfg = dest_cfun->cfg;
4737 d.to_context = dest_cfun->decl;
4741 d.block = DECL_INITIAL (dest_cfun->decl);
4766 gcc_assert (DECL_CONTEXT (label) == dest_cfun->decl);
4768 if (uid >= dest_cfun->last_label_uid)
4769 dest_cfun->last_label_uid = uid + 1;
4780 add_stmt_to_eh_region_fn (dest_cfun, stmt, region + eh_offset);
4857 move_sese_region_to_fn (struct function *dest_cfun, basic_bloc argument
[all...]

Completed in 104 milliseconds