Home
last modified time | relevance | path

Searched refs:sbitmap_a_and_b (Results 1 – 9 of 9) sorted by relevance

/freebsd-10-stable/contrib/gcc/
Dlcm.c315 sbitmap_a_and_b (laterin[bb->index], laterin[bb->index], in compute_laterin()
341 sbitmap_a_and_b (laterin[last_basic_block], in compute_laterin()
652 sbitmap_a_and_b (nearerout[bb->index], nearerout[bb->index], in compute_nearerout()
675 sbitmap_a_and_b (nearerout[last_basic_block], in compute_nearerout()
Dsbitmap.h196 extern void sbitmap_a_and_b (sbitmap, sbitmap, sbitmap);
Dmodulo-sched.c1954 sbitmap_a_and_b (tmp, v_node_succs, scc); in order_nodes_in_scc()
1965 sbitmap_a_and_b (workset, predecessors, scc); in order_nodes_in_scc()
1975 sbitmap_a_and_b (tmp, v_node_preds, scc); in order_nodes_in_scc()
1986 sbitmap_a_and_b (workset, successors, scc); in order_nodes_in_scc()
Dsbitmap.c360 sbitmap_a_and_b (sbitmap dst, sbitmap a, sbitmap b) in sbitmap_a_and_b() function
Dbt-load.c709 sbitmap_a_and_b ( in link_btr_uses()
Dsched-rgn.c1313 sbitmap_a_and_b (dom[bb], dom[bb], dom[pred_bb]); in compute_dom_prob_ps()
DChangeLog-200022309 (sbitmap_not, sbitmap_difference, sbitmap_a_and_b): Likewise.
DChangeLog-20017470 s/BITSET_INTER/sbitmap_a_and_b/g
DChangeLog-200225953 * sbitmap.c (sbitmap_union_of_diff, sbitmap_a_and_b, sbitmap_a_xor_b,