Searched refs:sbitmap_a_and_b_cg (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/gcc/
H A Dsbitmap.h197 extern bool sbitmap_a_and_b_cg (sbitmap, sbitmap, sbitmap);
H A Dmodulo-sched.c1379 psp_not_empty = sbitmap_a_and_b_cg (psp, u_node_preds, sched_nodes);
1380 pss_not_empty = sbitmap_a_and_b_cg (pss, u_node_succs, sched_nodes);
1922 if (sbitmap_a_and_b_cg (tmp, predecessors, scc))
1927 else if (sbitmap_a_and_b_cg (tmp, successors, scc))
H A Dsbitmap.c341 sbitmap_a_and_b_cg (sbitmap dst, sbitmap a, sbitmap b) function
H A Dddg.c981 answer = sbitmap_a_and_b_cg (result, reachable_from, reach_to);

Completed in 175 milliseconds