Searched refs:sbitmap_copy (Results 1 – 11 of 11) sorted by relevance
| /freebsd-11-stable/contrib/gcc/ |
| HD | ddg.c | 704 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()
|
| HD | sbitmap.c | 178 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()
|
| HD | lcm.c | 198 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()
|
| HD | sbitmap.h | 180 extern void sbitmap_copy (sbitmap, sbitmap);
|
| HD | modulo-sched.c | 1920 sbitmap_copy (workset, tmp); in order_nodes_in_scc() 1925 sbitmap_copy (workset, tmp); in order_nodes_in_scc()
|
| HD | bt-load.c | 650 sbitmap_copy (bb_out[i], bb_gen[i]); in compute_out()
|
| HD | tree-into-ssa.c | 3073 sbitmap_copy (tmp, old_ssa_names); in update_ssa()
|
| HD | sched-rgn.c | 1344 sbitmap_copy (src, pot_split[bb_src]); in split_edges()
|
| HD | ChangeLog-1998 | 3609 (sbitmap_copy): Cast arguments 1 & 2 of `bcopy' to (PTR). 5135 * flow.c (sbitmap_copy): Use bcopy to copy bitmap.
|
| HD | ChangeLog-1999 | 21058 * sbitmap.c (sbitmap_copy): Likewise.
|
| HD | ChangeLog-2001 | 26518 * sbitmap.c (sbitmap_copy): Call memcpy, not bcopy.
|