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

/freebsd-9.3-release/contrib/gcc/
H A Dsched-rgn.c258 pot_split[bb] is the set of potential split edges of bb. */ variable
259 static edgeset *pot_split;
1320 sbitmap_a_or_b (pot_split[bb], pot_split[bb], pot_split[pred_bb]);
1323 SET_BIT (pot_split[bb], EDGE_TO_BIT (out_edge));
1329 sbitmap_difference (pot_split[bb], pot_split[bb], ancestor_edges[bb]);
1344 sbitmap src = sbitmap_alloc (pot_split[bb_src]->n_bits);
1345 sbitmap_copy (src, pot_split[bb_sr
[all...]

Completed in 136 milliseconds