Home
last modified time | relevance | path

Searched refs:sbitmap_copy (Results 1 – 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/gcc/
HDddg.c704 sbitmap_copy (scc->nodes, nodes); in create_scc()
919 sbitmap_copy (reachable_from, from); in find_nodes_on_paths()
920 sbitmap_copy (tmp, from); in find_nodes_on_paths()
926 sbitmap_copy (workset, tmp); in find_nodes_on_paths()
948 sbitmap_copy (reach_to, to); in find_nodes_on_paths()
949 sbitmap_copy (tmp, to); in find_nodes_on_paths()
955 sbitmap_copy (workset, tmp); in find_nodes_on_paths()
1042 sbitmap_copy (workset, tmp); in longest_simple_path()
HDsbitmap.c178 sbitmap_copy (sbitmap dst, sbitmap src) in sbitmap_copy() function
544 sbitmap_copy (dst, src[e->dest->index]); in sbitmap_intersection_of_succs()
584 sbitmap_copy (dst, src[e->src->index]); in sbitmap_intersection_of_preds()
624 sbitmap_copy (dst, src[e->dest->index]); in sbitmap_union_of_succs()
664 sbitmap_copy (dst, src[e->src->index]); in sbitmap_union_of_preds()
HDlcm.c198 sbitmap_copy (earliest[x], antin[succ->index]); in compute_earliest()
286 sbitmap_copy (later[(size_t) e->aux], earliest[(size_t) e->aux]); in compute_laterin()
578 sbitmap_copy (farthest[x], st_avout[pred->index]); in compute_farthest()
632 sbitmap_copy (nearer[(size_t)e->aux], farthest[(size_t)e->aux]); in compute_nearerout()
HDsbitmap.h180 extern void sbitmap_copy (sbitmap, sbitmap);
HDmodulo-sched.c1920 sbitmap_copy (workset, tmp); in order_nodes_in_scc()
1925 sbitmap_copy (workset, tmp); in order_nodes_in_scc()
HDbt-load.c650 sbitmap_copy (bb_out[i], bb_gen[i]); in compute_out()
HDtree-into-ssa.c3073 sbitmap_copy (tmp, old_ssa_names); in update_ssa()
HDsched-rgn.c1344 sbitmap_copy (src, pot_split[bb_src]); in split_edges()
HDChangeLog-19983609 (sbitmap_copy): Cast arguments 1 & 2 of `bcopy' to (PTR).
5135 * flow.c (sbitmap_copy): Use bcopy to copy bitmap.
HDChangeLog-199921058 * sbitmap.c (sbitmap_copy): Likewise.
HDChangeLog-200126518 * sbitmap.c (sbitmap_copy): Call memcpy, not bcopy.