Searched refs:dest_cfun (Results 1 – 2 of 2) sorted by relevance
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | tree-cfg.c | 6083 move_block_to_fn (struct function *dest_cfun, basic_block bb, in move_block_to_fn() argument 6106 dest_cfun->cfg->x_n_edges++; in move_block_to_fn() 6114 cfg = dest_cfun->cfg; in move_block_to_fn() 6147 replace_ssa_name (op, d->vars_map, dest_cfun->decl)); in move_block_to_fn() 6152 SET_USE (use, replace_ssa_name (op, d->vars_map, dest_cfun->decl)); in move_block_to_fn() 6185 gcc_assert (DECL_CONTEXT (label) == dest_cfun->decl); in move_block_to_fn() 6187 if (uid >= dest_cfun->cfg->last_label_uid) in move_block_to_fn() 6188 dest_cfun->cfg->last_label_uid = uid + 1; in move_block_to_fn() 6191 maybe_duplicate_eh_stmt_fn (dest_cfun, stmt, cfun, stmt, d->eh_map, 0); in move_block_to_fn() 6194 gimple_duplicate_stmt_histograms (dest_cfun, stmt, cfun, stmt); in move_block_to_fn() [all …]
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | tree-cfg.c | 7138 move_block_to_fn (struct function *dest_cfun, basic_block bb, in move_block_to_fn() argument 7167 dest_cfun->cfg->x_n_edges++; in move_block_to_fn() 7175 cfg = dest_cfun->cfg; in move_block_to_fn() 7208 replace_ssa_name (op, d->vars_map, dest_cfun->decl)); in move_block_to_fn() 7213 SET_USE (use, replace_ssa_name (op, d->vars_map, dest_cfun->decl)); in move_block_to_fn() 7259 gcc_assert (DECL_CONTEXT (label) == dest_cfun->decl); in move_block_to_fn() 7261 if (uid >= dest_cfun->cfg->last_label_uid) in move_block_to_fn() 7262 dest_cfun->cfg->last_label_uid = uid + 1; in move_block_to_fn() 7265 maybe_duplicate_eh_stmt_fn (dest_cfun, stmt, cfun, stmt, d->eh_map, 0); in move_block_to_fn() 7268 gimple_duplicate_stmt_histograms (dest_cfun, stmt, cfun, stmt); in move_block_to_fn() [all …]
|