Searched refs:src_bb (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | mode-switching.cc | 120 basic_block src_bb = eg->src; in commit_mode_sets() local 121 int cur_mode = info[src_bb->index].mode_out; in commit_mode_sets() 124 REG_SET_TO_HARD_REG_SET (live_at_edge, df_get_live_out (src_bb)); in commit_mode_sets() 244 basic_block src_bb = eg->src; in create_pre_exit() local 267 && NONJUMP_INSN_P ((last_insn = BB_END (src_bb))) in create_pre_exit() 439 if (return_copy == BB_HEAD (src_bb)) in create_pre_exit() 475 src_bb = split_block (src_bb, in create_pre_exit() 480 pre_exit = split_block (src_bb, before_return_copy)->src; in create_pre_exit()
|
H A D | tree-call-cdce.cc | 994 basic_block src_bb = call_edge->src; in shrink_wrap_one_built_in_call_with_conds() local 995 gcc_assert (src_bb == nocall_edge->src); in shrink_wrap_one_built_in_call_with_conds() 1004 nocall_edge->dest->count = src_bb->count - bi_call_bb->count; in shrink_wrap_one_built_in_call_with_conds()
|
H A D | tree-inline.cc | 2513 basic_block src_bb = (basic_block) e->src->aux; in add_clobbers_to_eh_landing_pad() local 2515 if (bitmap_bit_p (&live[src_bb->index], *v)) in add_clobbers_to_eh_landing_pad()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | mode-switching.c | 120 basic_block src_bb = eg->src; in commit_mode_sets() local 121 int cur_mode = info[src_bb->index].mode_out; in commit_mode_sets() 124 REG_SET_TO_HARD_REG_SET (live_at_edge, df_get_live_out (src_bb)); in commit_mode_sets() 244 basic_block src_bb = eg->src; in create_pre_exit() local 267 && NONJUMP_INSN_P ((last_insn = BB_END (src_bb))) in create_pre_exit() 439 if (return_copy == BB_HEAD (src_bb)) in create_pre_exit() 475 src_bb = split_block (src_bb, in create_pre_exit() 480 pre_exit = split_block (src_bb, before_return_copy)->src; in create_pre_exit()
|
H A D | tree-call-cdce.c | 993 basic_block src_bb = call_edge->src; variable 994 gcc_assert (src_bb == nocall_edge->src); 1003 nocall_edge->dest->count = src_bb->count - bi_call_bb->count;
|
H A D | tree-inline.c | 2475 basic_block src_bb = (basic_block) e->src->aux; in add_clobbers_to_eh_landing_pad() local 2477 if (bitmap_bit_p (&live[src_bb->index], *v)) in add_clobbers_to_eh_landing_pad()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
H A D | vmwgfx_scrn.c | 645 struct drm_rect src_bb; in vmw_sou_surface_post_clip() local 661 src_bb = *bb; in vmw_sou_surface_post_clip() 667 drm_rect_translate(&src_bb, translate_src_x, translate_src_y); in vmw_sou_surface_post_clip() 669 blit->body.srcRect.left = src_bb.x1; in vmw_sou_surface_post_clip() 670 blit->body.srcRect.top = src_bb.y1; in vmw_sou_surface_post_clip() 671 blit->body.srcRect.right = src_bb.x2; in vmw_sou_surface_post_clip() 672 blit->body.srcRect.bottom = src_bb.y2; in vmw_sou_surface_post_clip()
|