| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | shrink-wrap.c | 297 bitmap_and (df_get_live_in (next_block), df_get_live_out (bb), in move_insn_for_shrink_wrap() 1382 bitmap_and (SW (bb)->head_components, SW (bb)->head_components, in spread_components() 1510 bitmap_and (epi, epi, tmp); in emit_common_heads_for_components() 1515 bitmap_and (pro, pro, tmp); in emit_common_heads_for_components() 1599 bitmap_and (epi, epi, tmp); in emit_common_tails_for_components() 1605 bitmap_and (pro, pro, tmp); in emit_common_tails_for_components() 1687 bitmap_and (epi, epi, components); in insert_prologue_epilogue_for_components() 1688 bitmap_and (pro, pro, components); in insert_prologue_epilogue_for_components()
|
| HD | lcm.c | 304 bitmap_and (laterin[bb->index], laterin[bb->index], in compute_laterin() 330 bitmap_and (laterin[last_basic_block_for_fn (cfun)], in compute_laterin() 671 bitmap_and (nearerout[bb->index], nearerout[bb->index], in compute_nearerout() 694 bitmap_and (nearerout[last_basic_block_for_fn (cfun)], in compute_nearerout()
|
| HD | early-remat.c | 1278 bitmap_and (&m_tmp_bitmap, defs, &reaching); in compute_rd() 1371 bitmap_and (&m_tmp_bitmap, &uses, m_regno_to_candidates[regno]); in check_candidate_uses() 1725 bitmap_and (&m_tmp_bitmap, cand->uses, defs); in stabilize_candidate_uses() 1732 bitmap_and (&m_tmp_bitmap, reaching, defs); in stabilize_candidate_uses() 1804 bitmap_and (&m_tmp_bitmap, reaching, in emit_remat_insns() 1964 bitmap_and (&m_tmp_bitmap, defs, &reaching); in process_block() 2288 bitmap_and (&m_tmp_bitmap, info->rd_in, m_regno_to_candidates[cand->regno]); in need_to_move_candidate_p() 2373 bitmap_and (&m_tmp_bitmap, required, src_info->rd_out); in move_to_predecessors()
|
| HD | sbitmap.h | 276 extern bool bitmap_and (sbitmap, const_sbitmap, const_sbitmap);
|
| HD | modulo-sched.c | 1876 psp_not_empty = bitmap_and (psp, u_node_preds, sched_nodes); in get_sched_window() 1877 pss_not_empty = bitmap_and (pss, u_node_succs, sched_nodes); in get_sched_window() 2737 if (bitmap_and (tmp, predecessors, scc)) in order_nodes_in_scc() 2742 else if (bitmap_and (tmp, successors, scc)) in order_nodes_in_scc() 2773 bitmap_and (tmp, v_node_succs, scc); in order_nodes_in_scc() 2784 bitmap_and (workset, predecessors, scc); in order_nodes_in_scc() 2794 bitmap_and (tmp, v_node_preds, scc); in order_nodes_in_scc() 2805 bitmap_and (workset, successors, scc); in order_nodes_in_scc()
|
| HD | bitmap.h | 290 extern void bitmap_and (bitmap, const_bitmap, const_bitmap);
|
| HD | sbitmap.c | 576 bitmap_and (sbitmap dst, const_sbitmap a, const_sbitmap b) in bitmap_and() function
|
| HD | df-problems.c | 1505 bitmap_and (&bb_info->out, &bb_info->gen, &bb_lr_info->out); in df_live_init() 1540 bitmap_and (&df_live_scratch, gen, &bb_lr_info->out); in df_live_transfer_function() 4593 bitmap_and (&df_md_scratch, gen, df_get_live_out (bb)); in df_md_transfer_function()
|
| HD | ddg.c | 1155 return bitmap_and (result, reachable_from, reach_to); in find_nodes_on_paths()
|
| HD | bt-load.c | 691 bitmap_and ( in link_btr_uses()
|
| HD | lra-remat.c | 1076 bitmap_and (avail_cands, &get_remat_bb_data (bb)->avin_cands, in do_remat()
|
| HD | ira-emit.c | 1233 bitmap_and (live_through, in add_ranges_and_copies()
|
| HD | bitmap.c | 872 bitmap_and (bitmap dst, const_bitmap a, const_bitmap b) in bitmap_and() function
|
| HD | sched-rgn.c | 1434 bitmap_and (dom[bb], dom[bb], dom[pred_bb]); in compute_dom_prob_ps()
|
| HD | dse.c | 2370 bitmap_and (ret, in, fixed_reg_set_regset); in copy_fixed_regs()
|
| HD | lra-constraints.c | 5952 bitmap_and (&live_regs, &check_only_regs, df_get_live_out (curr_bb)); in update_ebb_live_info()
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | bitmap.h | 119 extern void bitmap_and (bitmap, const_bitmap, const_bitmap);
|
| HD | df-problems.c | 1508 bitmap_and (&bb_info->out, &bb_info->gen, &bb_lr_info->out); in df_live_init() 1543 bitmap_and (&df_live_scratch, gen, &bb_lr_info->out); in df_live_transfer_function() 4485 bitmap_and (&df_md_scratch, gen, df_get_live_out (bb)); in df_md_transfer_function()
|
| HD | tree-ssa-coalesce.c | 1180 bitmap_and (both, used_in_real_ops, used_in_virtual_ops); in create_outofssa_var_map()
|
| HD | ira-emit.c | 1220 bitmap_and (live_through, DF_LR_IN (e->dest), DF_LR_OUT (bb)); in add_ranges_and_copies()
|
| HD | bitmap.c | 879 bitmap_and (bitmap dst, const_bitmap a, const_bitmap b) in bitmap_and() function
|
| HD | dse.c | 2511 bitmap_and (ret, in, fixed_reg_set_regset); in copy_fixed_regs()
|