Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtree-ssa-threadupdate.c129 basic_block dup_blocks[2]; member
336 rd->dup_blocks[count] = duplicate_block (bb, NULL, NULL); in create_block_for_threading()
338 FOR_EACH_EDGE (e, ei, rd->dup_blocks[count]->succs) in create_block_for_threading()
342 rd->dup_blocks[count]->count = profile_count::uninitialized (); in create_block_for_threading()
344 bitmap_set_bit (*duplicate_blocks, rd->dup_blocks[count]->index); in create_block_for_threading()
368 elt->dup_blocks[0] = NULL; in lookup_redirection_data()
369 elt->dup_blocks[1] = NULL; in lookup_redirection_data()
977 update_destination_phis (local_info->bb, rd->dup_blocks[count], in ssa_fix_duplicate_block_edges()
982 victim = find_edge (rd->dup_blocks[count], (*path)[i]->e->dest); in ssa_fix_duplicate_block_edges()
1001 e2 = redirect_edge_and_branch (victim, rd->dup_blocks[count + 1]); in ssa_fix_duplicate_block_edges()
[all …]