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

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A Dssa-dom-thread-4.c5 typedef const struct bitmap_head_def *const_bitmap; typedef in typeref:struct:bitmap_head_def
22 bitmap_ior_and_compl (bitmap dst, const_bitmap a, const_bitmap b,
23 const_bitmap kill)
H A Dvrp88.c6 typedef const struct bitmap_head_def *const_bitmap; typedef in typeref:struct:bitmap_head_def
16 bitmap_single_bit_set_p (const_bitmap a)
H A Dvrp87.c9 typedef const struct bitmap_head_def *const_bitmap; typedef in typeref:struct:bitmap_head_def
55 bitmap_ior_into (bitmap a, const_bitmap b)
/haiku-buildtools/gcc/gcc/
H A Dbitmap.h199 extern void bitmap_copy (bitmap, const_bitmap);
202 extern bool bitmap_equal_p (const_bitmap, const_bitmap);
205 extern bool bitmap_intersect_p (const_bitmap, const_bitmap);
209 extern bool bitmap_intersect_compl_p (const_bitmap, const_bitmap);
212 inline bool bitmap_empty_p (const_bitmap map)
218 extern bool bitmap_single_bit_set_p (const_bitmap);
221 extern unsigned long bitmap_count_bits (const_bitmap);
[all...]
H A Dbitmap.c536 bitmap_copy (bitmap to, const_bitmap from)
742 bitmap_count_bits (const_bitmap a)
768 bitmap_single_bit_set_p (const_bitmap a)
804 bitmap_first_set_bit (const_bitmap a)
855 bitmap_last_set_bit (const_bitmap a)
900 bitmap_and (bitmap dst, const_bitmap a, const_bitmap b)
958 bitmap_and_into (bitmap a, const_bitmap b)
1050 bitmap_and_compl (bitmap dst, const_bitmap a, const_bitmap
[all...]
H A Dtree-cfg.h93 extern bool gimple_purge_all_dead_eh_edges (const_bitmap);
95 extern bool gimple_purge_all_dead_abnormal_call_edges (const_bitmap);
H A Dregset.h86 extern void reg_set_to_hard_reg_set (HARD_REG_SET *, const_bitmap);
H A Dcoretypes.h51 typedef const struct bitmap_head *const_bitmap; typedef in typeref:struct:bitmap_head
H A Dreginfo.c173 reg_set_to_hard_reg_set (HARD_REG_SET *to, const_bitmap from)
H A Ddse.c2464 copy_fixed_regs (const_bitmap in)
H A Dtree-cfg.c7975 gimple_purge_all_dead_eh_edges (const_bitmap blocks)
8032 gimple_purge_all_dead_abnormal_call_edges (const_bitmap blocks)
H A Dtree-vrp.c825 vrp_bitmap_equal_p (const_bitmap b1, const_bitmap b2)
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Davx-vzeroupper-24.c14 typedef const struct bitmap_head_def *const_bitmap; typedef in typeref:struct:bitmap_head_def
17 bitmap_and_compl_into (bitmap a, const_bitmap b)
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20090113-3.c4 typedef const struct bitmap_head_def *const_bitmap; typedef in typeref:struct:bitmap_head_def
41 bmp_iter_set_init (bitmap_iterator *bi, const_bitmap map,
H A D20090113-2.c4 typedef const struct bitmap_head_def *const_bitmap; typedef in typeref:struct:bitmap_head_def
40 bmp_iter_set_init (bitmap_iterator *bi, const_bitmap map,

Completed in 233 milliseconds