Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
HDshrink-wrap.c297 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()
HDlcm.c304 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()
HDearly-remat.c1278 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()
HDsbitmap.h276 extern bool bitmap_and (sbitmap, const_sbitmap, const_sbitmap);
HDmodulo-sched.c1876 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()
HDbitmap.h290 extern void bitmap_and (bitmap, const_bitmap, const_bitmap);
HDsbitmap.c576 bitmap_and (sbitmap dst, const_sbitmap a, const_sbitmap b) in bitmap_and() function
HDdf-problems.c1505 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()
HDddg.c1155 return bitmap_and (result, reachable_from, reach_to); in find_nodes_on_paths()
HDbt-load.c691 bitmap_and ( in link_btr_uses()
HDlra-remat.c1076 bitmap_and (avail_cands, &get_remat_bb_data (bb)->avin_cands, in do_remat()
HDira-emit.c1233 bitmap_and (live_through, in add_ranges_and_copies()
HDbitmap.c872 bitmap_and (bitmap dst, const_bitmap a, const_bitmap b) in bitmap_and() function
HDsched-rgn.c1434 bitmap_and (dom[bb], dom[bb], dom[pred_bb]); in compute_dom_prob_ps()
HDdse.c2370 bitmap_and (ret, in, fixed_reg_set_regset); in copy_fixed_regs()
HDlra-constraints.c5952 bitmap_and (&live_regs, &check_only_regs, df_get_live_out (curr_bb)); in update_ebb_live_info()
/dragonfly/contrib/gcc-4.7/gcc/
HDbitmap.h119 extern void bitmap_and (bitmap, const_bitmap, const_bitmap);
HDdf-problems.c1508 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()
HDtree-ssa-coalesce.c1180 bitmap_and (both, used_in_real_ops, used_in_virtual_ops); in create_outofssa_var_map()
HDira-emit.c1220 bitmap_and (live_through, DF_LR_IN (e->dest), DF_LR_OUT (bb)); in add_ranges_and_copies()
HDbitmap.c879 bitmap_and (bitmap dst, const_bitmap a, const_bitmap b) in bitmap_and() function
HDdse.c2511 bitmap_and (ret, in, fixed_reg_set_regset); in copy_fixed_regs()