Home
last modified time | relevance | path

Searched refs:const_sbitmap (Results 1 – 8 of 8) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dsbitmap.h216 extern int sbitmap_equal (const_sbitmap, const_sbitmap);
224 extern void sbitmap_union_of_diff (sbitmap, const_sbitmap, const_sbitmap, const_sbitmap);
225 extern bool sbitmap_union_of_diff_cg (sbitmap, const_sbitmap, const_sbitmap, const_sbitmap);
228 extern void sbitmap_a_or_b_and_c (sbitmap, const_sbitmap, const_sbitmap, const_sbitmap);
229 extern bool sbitmap_a_or_b_and_c_cg (sbitmap, const_sbitmap, const_sbitmap, const_sbitmap);
230 extern void sbitmap_a_and_b_or_c (sbitmap, const_sbitmap, const_sbitmap, const_sbitmap);
231 extern bool sbitmap_a_and_b_or_c_cg (sbitmap, const_sbitmap, const_sbitmap, const_sbitmap);
232 extern bool sbitmap_any_common_bits (const_sbitmap, const_sbitmap);
233 extern void sbitmap_a_and_b (sbitmap, const_sbitmap, const_sbitmap);
235 extern void sbitmap_a_or_b (sbitmap, const_sbitmap, const_sbitmap);
[all …]
H A Dsbitmap.c264 sbitmap_equal (const_sbitmap a, const_sbitmap b) in sbitmap_equal()
392 sbitmap_union_of_diff_cg (sbitmap dst, const_sbitmap a, const_sbitmap b, const_sbitmap c) in sbitmap_union_of_diff_cg()
414 sbitmap_union_of_diff (sbitmap dst, const_sbitmap a, const_sbitmap b, const_sbitmap c) in sbitmap_union_of_diff()
484 sbitmap_any_common_bits (const_sbitmap a, const_sbitmap b) in sbitmap_any_common_bits()
523 sbitmap_a_and_b (sbitmap dst, const_sbitmap a, const_sbitmap b) in sbitmap_a_and_b()
627 sbitmap_a_or_b (sbitmap dst, const_sbitmap a, const_sbitmap b) in sbitmap_a_or_b()
657 sbitmap_a_subset_b_p (const_sbitmap a, const_sbitmap b) in sbitmap_a_subset_b_p()
673 sbitmap_a_or_b_and_c_cg (sbitmap dst, const_sbitmap a, const_sbitmap b, const_sbitmap c) in sbitmap_a_or_b_and_c_cg()
695 sbitmap_a_or_b_and_c (sbitmap dst, const_sbitmap a, const_sbitmap b, const_sbitmap c) in sbitmap_a_or_b_and_c()
713 sbitmap_a_and_b_or_c_cg (sbitmap dst, const_sbitmap a, const_sbitmap b, const_sbitmap c) in sbitmap_a_and_b_or_c_cg()
[all …]
H A Dcoretypes.h52 typedef const struct simple_bitmap_def *const_sbitmap; typedef
H A Dbasic-block.h805 extern void flow_nodes_print (const char *, const_sbitmap, FILE *);
H A Dcfganal.c526 flow_nodes_print (const char *str, const_sbitmap nodes, FILE *file) in flow_nodes_print()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dsbitmap.h111 bitmap_check_sizes (const_sbitmap a, const_sbitmap b) in bitmap_check_sizes()
257 extern int bitmap_equal_p (const_sbitmap, const_sbitmap);
268 const_sbitmap, const_sbitmap);
269 extern void bitmap_and_compl (sbitmap, const_sbitmap, const_sbitmap);
272 const_sbitmap, const_sbitmap);
274 const_sbitmap, const_sbitmap);
275 extern bool bitmap_intersect_p (const_sbitmap, const_sbitmap);
276 extern bool bitmap_and (sbitmap, const_sbitmap, const_sbitmap);
277 extern bool bitmap_ior (sbitmap, const_sbitmap, const_sbitmap);
278 extern bool bitmap_xor (sbitmap, const_sbitmap, const_sbitmap);
[all …]
H A Dsbitmap.c190 bitmap_equal_p (const_sbitmap a, const_sbitmap b) in bitmap_equal_p()
200 bitmap_empty_p (const_sbitmap bmap) in bitmap_empty_p()
478 bitmap_ior_and_compl (sbitmap dst, const_sbitmap a, const_sbitmap b, const_sbitmap c) in bitmap_ior_and_compl()
526 bitmap_and_compl (sbitmap dst, const_sbitmap a, const_sbitmap b) in bitmap_and_compl()
556 bitmap_intersect_p (const_sbitmap a, const_sbitmap b) in bitmap_intersect_p()
576 bitmap_and (sbitmap dst, const_sbitmap a, const_sbitmap b) in bitmap_and()
601 bitmap_xor (sbitmap dst, const_sbitmap a, const_sbitmap b) in bitmap_xor()
626 bitmap_ior (sbitmap dst, const_sbitmap a, const_sbitmap b) in bitmap_ior()
650 bitmap_subset_p (const_sbitmap a, const_sbitmap b) in bitmap_subset_p()
668 bitmap_or_and (sbitmap dst, const_sbitmap a, const_sbitmap b, const_sbitmap c) in bitmap_or_and()
[all …]
H A Dcoretypes.h54 typedef const struct simple_bitmap_def *const_sbitmap; typedef