Home
last modified time | relevance | path

Searched refs:sbitmap_a_and_b_cg (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/gcc/
HDsbitmap.h197 extern bool sbitmap_a_and_b_cg (sbitmap, sbitmap, sbitmap);
HDmodulo-sched.c1376 psp_not_empty = sbitmap_a_and_b_cg (psp, u_node_preds, sched_nodes); in get_sched_window()
1377 pss_not_empty = sbitmap_a_and_b_cg (pss, u_node_succs, sched_nodes); in get_sched_window()
1918 if (sbitmap_a_and_b_cg (tmp, predecessors, scc)) in order_nodes_in_scc()
1923 else if (sbitmap_a_and_b_cg (tmp, successors, scc)) in order_nodes_in_scc()
HDsbitmap.c341 sbitmap_a_and_b_cg (sbitmap dst, sbitmap a, sbitmap b) in sbitmap_a_and_b_cg() function
HDddg.c977 answer = sbitmap_a_and_b_cg (result, reachable_from, reach_to); in find_nodes_on_paths()
HDChangeLog-200225956 (sbitmap_union_of_diff_cg, sbitmap_a_and_b_cg, sbitmap_a_xor_b_cg,
HDChangeLog-2003308 * sbitmap.c (sbitmap_union_of_diff_cg, sbitmap_a_and_b_cg,