Searched refs:dup_blocks (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-threadupdate.c | 129 basic_block dup_blocks[2]; member 342 rd->dup_blocks[count] = duplicate_block (bb, NULL, NULL); in create_block_for_threading() 344 FOR_EACH_EDGE (e, ei, rd->dup_blocks[count]->succs) in create_block_for_threading() 358 rd->dup_blocks[count]->count = profile_count::uninitialized (); in create_block_for_threading() 360 bitmap_set_bit (*duplicate_blocks, rd->dup_blocks[count]->index); in create_block_for_threading() 384 elt->dup_blocks[0] = NULL; in lookup_redirection_data() 385 elt->dup_blocks[1] = NULL; in lookup_redirection_data() 993 update_destination_phis (local_info->bb, rd->dup_blocks[count], in ssa_fix_duplicate_block_edges() 998 victim = find_edge (rd->dup_blocks[count], (*path)[i]->e->dest); in ssa_fix_duplicate_block_edges() 1017 e2 = redirect_edge_and_branch (victim, rd->dup_blocks[count + 1]); in ssa_fix_duplicate_block_edges() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-ssa-threadupdate.cc | 130 basic_block dup_blocks[2]; member 428 rd->dup_blocks[count] = duplicate_block (bb, NULL, NULL); in create_block_for_threading() 430 FOR_EACH_EDGE (e, ei, rd->dup_blocks[count]->succs) in create_block_for_threading() 444 rd->dup_blocks[count]->count = profile_count::uninitialized (); in create_block_for_threading() 446 bitmap_set_bit (*duplicate_blocks, rd->dup_blocks[count]->index); in create_block_for_threading() 466 elt->dup_blocks[0] = NULL; in lookup_redirection_data() 467 elt->dup_blocks[1] = NULL; in lookup_redirection_data() 1075 update_destination_phis (local_info->bb, rd->dup_blocks[count], in ssa_fix_duplicate_block_edges() 1080 victim = find_edge (rd->dup_blocks[count], (*path)[i]->e->dest); in ssa_fix_duplicate_block_edges() 1099 e2 = redirect_edge_and_branch (victim, rd->dup_blocks[count + 1]); in ssa_fix_duplicate_block_edges() [all …]
|