Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Dtree-ssa-threadupdate.c115 basic_block dup_block; member
208 rd->dup_block = duplicate_block (bb, NULL, NULL); in create_block_for_threading()
211 rd->dup_block->frequency = 0; in create_block_for_threading()
212 rd->dup_block->count = 0; in create_block_for_threading()
220 remove_ctrl_stmt_and_useless_edges (rd->dup_block, NULL); in create_block_for_threading()
256 elt->dup_block = NULL; in lookup_redirection_data()
314 edge e = make_edge (rd->dup_block, rd->outgoing_edge->dest, EDGE_FALLTHRU); in create_edge_and_update_destination_phis()
318 e->count = rd->dup_block->count; in create_edge_and_update_destination_phis()
349 local_info->template_block = rd->dup_block; in create_duplicates()
380 if (rd->dup_block && rd->dup_block == local_info->template_block) in fixup_template_block()
[all …]