Home
last modified time | relevance | path

Searched refs:bitmap_intersect_p (Results 1 – 25 of 37) sorted by relevance

12

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dvalue-relation.cc782 if (!bitmap_intersect_p (m_names, b1) || !bitmap_intersect_p (m_names, b2)) in find_relation()
1022 if (!bitmap_intersect_p (bm, equiv1) && !bitmap_intersect_p (bm, equiv2)) in register_transitives()
1107 if (!bitmap_intersect_p (m_relation_set, b1) in query_relation()
1108 || !bitmap_intersect_p (m_relation_set, b2)) in query_relation()
1423 if (bitmap_intersect_p (m_killed_defs, b1) in query_relation()
1424 || bitmap_intersect_p (m_killed_defs, b2)) in query_relation()
H A Dsbitmap.h285 extern bool bitmap_intersect_p (const_sbitmap, const_sbitmap);
H A Dearly-remat.cc1539 && bitmap_intersect_p (cand->clobbers, unavail_regs)) in restrict_remat_for_unavail_regs()
1988 if (!bitmap_intersect_p (defs, m_available)) in process_block()
2326 && bitmap_intersect_p (cand->clobbers, DF_LR_IN (bb))) in need_to_move_candidate_p()
2483 gcc_checking_assert (!bitmap_intersect_p (info->required_in, in choose_rematerialization_points()
H A Dhw-doloop.cc429 if (!bitmap_intersect_p (other->block_bitmap, loop->block_bitmap)) in discover_loops()
H A Dloop-doloop.cc772 bool fail = bitmap_intersect_p (df_get_live_out (loop_end), modified); in doloop_optimize()
H A Dtree-ssanames.cc217 bool intersect_p = bitmap_intersect_p (names_in_il, names_in_freelists); in verify_ssaname_freelists()
H A Dbitmap.h384 extern bool bitmap_intersect_p (const_bitmap, const_bitmap);
H A Dsbitmap.cc557 bitmap_intersect_p (const_sbitmap a, const_sbitmap b) in bitmap_intersect_p() function
H A Ddf-problems.cc4255 if (bitmap_intersect_p (merge_set, test_use) in can_move_insns_across()
4256 || bitmap_intersect_p (merge_use, test_set)) in can_move_insns_across()
4295 if (!bitmap_intersect_p (test_set, local_merge_live)) in can_move_insns_across()
H A Dddg.cc971 gcc_assert (!bitmap_intersect_p (tmp, sccs->sccs[i]->nodes)); in check_sccs()
H A Dgimple-range-gori.cc298 return bitmap_intersect_p (a, b); in def_chain_in_bitmap_p()
H A Difcvt.cc3151 if (bitmap_intersect_p (test_bb_live_out, test_bb_temps)) in bb_valid_for_noce_process_p()
5670 && bitmap_intersect_p (df_get_live_in (new_dest), merge_set)) in dead_or_predicable()
5704 if (bitmap_intersect_p (merge_set, return_regs)) in dead_or_predicable()
H A Dtree-ssa-structalias.cc6884 || bitmap_intersect_p (cfun->gimple_df->escaped.vars, vars)); in pt_solution_set()
7094 && bitmap_intersect_p (pt1->vars, pt2->vars)); in pt_solutions_intersect_1()
7774 if (bitmap_intersect_p (rvars, vi->solution) in visit_loadstore()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dsbitmap.h275 extern bool bitmap_intersect_p (const_sbitmap, const_sbitmap);
H A Dearly-remat.c1539 && bitmap_intersect_p (cand->clobbers, unavail_regs)) in restrict_remat_for_unavail_regs()
1988 if (!bitmap_intersect_p (defs, m_available)) in process_block()
2326 && bitmap_intersect_p (cand->clobbers, DF_LR_IN (bb))) in need_to_move_candidate_p()
2483 gcc_checking_assert (!bitmap_intersect_p (info->required_in, in choose_rematerialization_points()
H A Dloop-doloop.c736 bool fail = bitmap_intersect_p (df_get_live_out (loop_end), modified); in doloop_optimize()
H A Dhw-doloop.c429 if (!bitmap_intersect_p (other->block_bitmap, loop->block_bitmap)) in discover_loops()
H A Dbitmap.h384 extern bool bitmap_intersect_p (const_bitmap, const_bitmap);
H A Dtree-ssanames.c208 bool intersect_p = bitmap_intersect_p (names_in_il, names_in_freelists); in verify_ssaname_freelists()
H A Dsbitmap.c557 bitmap_intersect_p (const_sbitmap a, const_sbitmap b) in bitmap_intersect_p() function
H A Ddf-problems.c4215 if (bitmap_intersect_p (merge_set, test_use) in can_move_insns_across()
4216 || bitmap_intersect_p (merge_use, test_set)) in can_move_insns_across()
4256 if (!bitmap_intersect_p (test_set, local_merge_live) in can_move_insns_across()
H A Dddg.c971 gcc_assert (!bitmap_intersect_p (tmp, sccs->sccs[i]->nodes)); in check_sccs()
H A Difcvt.c3132 if (bitmap_intersect_p (test_bb_live_out, test_bb_temps)) in bb_valid_for_noce_process_p()
5283 && bitmap_intersect_p (df_get_live_in (new_dest), merge_set)) in dead_or_predicable()
5317 if (bitmap_intersect_p (merge_set, return_regs)) in dead_or_predicable()
H A Dtree-ssa-structalias.c6759 || bitmap_intersect_p (cfun->gimple_df->escaped.vars, vars)); in pt_solution_set()
6962 && bitmap_intersect_p (pt1->vars, pt2->vars)); in pt_solutions_intersect_1()
7616 if (bitmap_intersect_p (rvars, vi->solution) in visit_loadstore()
H A Dsel-sched.c1866 && bitmap_intersect_p (INSN_REG_SETS (insn), in undo_transformations()
3585 if (bitmap_intersect_p (VINSN_REG_SETS (vinsn), in vinsn_vec_has_expr_p()

12