Searched refs:pot_split (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/gcc/ |
| H A D | sched-rgn.c | 258 static edgeset *pot_split; variable 1319 sbitmap_a_or_b (pot_split[bb], pot_split[bb], pot_split[pred_bb]); in compute_dom_prob_ps() 1322 SET_BIT (pot_split[bb], EDGE_TO_BIT (out_edge)); in compute_dom_prob_ps() 1328 sbitmap_difference (pot_split[bb], pot_split[bb], ancestor_edges[bb]); in compute_dom_prob_ps() 1343 sbitmap src = sbitmap_alloc (pot_split[bb_src]->n_bits); in split_edges() 1344 sbitmap_copy (src, pot_split[bb_src]); in split_edges() 1346 sbitmap_difference (src, src, pot_split[bb_trg]); in split_edges() 2745 pot_split = sbitmap_vector_alloc (current_nr_blocks, rgn_nr_edges); in schedule_region() 2746 sbitmap_vector_zero (pot_split, current_nr_blocks); in schedule_region() 2860 sbitmap_vector_free (pot_split); in schedule_region()
|
| H A D | ChangeLog-2000 | 1719 EDGE_TO_BIT, edge_to_bit, pot_split, ancestor_edges,
|