Home
last modified time | relevance | path

Searched refs:pot_split (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/
Dsched-rgn.c266 static edgeset *pot_split; variable
1081 sbitmap_a_or_b (pot_split[bb], pot_split[bb], pot_split[BLOCK_TO_BB (pred)]);
1083 SET_BIT (pot_split[bb], EDGE_TO_BIT (fst_out_edge));
1097 SET_BIT (pot_split[bb], EDGE_TO_BIT (nxt_out_edge));
1115 sbitmap_difference (pot_split[bb], pot_split[bb], ancestor_edges[bb]);
1133 sbitmap src = (edgeset) sbitmap_alloc (pot_split[bb_src]->n_bits);
1134 sbitmap_copy (src, pot_split[bb_src]);
1136 sbitmap_difference (src, src, pot_split[bb_trg]);
2771 pot_split = sbitmap_vector_alloc (current_nr_blocks, rgn_nr_edges);
2772 sbitmap_vector_zero (pot_split, current_nr_blocks);
[all …]
DChangeLog.41713 EDGE_TO_BIT, edge_to_bit, pot_split, ancestor_edges,
/openbsd/src/gnu/gcc/gcc/
Dsched-rgn.c258 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()