#include <sbitmap.h>
Data Fields | |
| unsigned int | n_bits |
| unsigned int | size |
| unsigned int | bytes |
| SBITMAP_ELT_TYPE | elms [1] |
Definition at line 31 of file sbitmap.h.
| unsigned int simple_bitmap_def::n_bits |
Definition at line 33 of file sbitmap.h.
Referenced by add_new_name_mapping(), dump_sbitmap(), dump_sbitmap_file(), hoist_code(), is_new_name(), is_old_name(), sbitmap_alloc(), sbitmap_not(), sbitmap_ones(), sbitmap_realloc(), sbitmap_resize(), sbitmap_vector_alloc(), and update_ssa().
| unsigned int simple_bitmap_def::size |
Definition at line 34 of file sbitmap.h.
Referenced by dump_sbitmap(), pre_edge_insert(), Slack::Relax_Precedence(), sbitmap_a_and_b(), sbitmap_a_and_b_cg(), sbitmap_a_and_b_or_c(), sbitmap_a_and_b_or_c_cg(), sbitmap_a_or_b(), sbitmap_a_or_b_and_c(), sbitmap_a_or_b_and_c_cg(), sbitmap_a_or_b_cg(), sbitmap_a_subset_b_p(), sbitmap_a_xor_b(), sbitmap_a_xor_b_cg(), sbitmap_alloc(), sbitmap_any_common_bits(), sbitmap_copy(), sbitmap_difference(), sbitmap_equal(), sbitmap_iter_init(), sbitmap_last_set_bit(), sbitmap_not(), sbitmap_ones(), sbitmap_realloc(), sbitmap_resize(), sbitmap_union_of_diff(), sbitmap_union_of_diff_cg(), sbitmap_vector_alloc(), and see_pre_insert_extensions().
| unsigned int simple_bitmap_def::bytes |
Definition at line 35 of file sbitmap.h.
Referenced by sbitmap_alloc(), sbitmap_ones(), sbitmap_realloc(), sbitmap_resize(), sbitmap_vector_alloc(), and sbitmap_zero().
| SBITMAP_ELT_TYPE simple_bitmap_def::elms |
Definition at line 36 of file sbitmap.h.
Referenced by dump_sbitmap(), pre_edge_insert(), sbitmap_a_and_b(), sbitmap_a_and_b_cg(), sbitmap_a_and_b_or_c(), sbitmap_a_and_b_or_c_cg(), sbitmap_a_or_b(), sbitmap_a_or_b_and_c(), sbitmap_a_or_b_and_c_cg(), sbitmap_a_or_b_cg(), sbitmap_a_subset_b_p(), sbitmap_a_xor_b(), sbitmap_a_xor_b_cg(), sbitmap_any_common_bits(), sbitmap_copy(), sbitmap_difference(), sbitmap_equal(), sbitmap_iter_init(), sbitmap_last_set_bit(), sbitmap_not(), sbitmap_ones(), sbitmap_resize(), sbitmap_union_of_diff(), sbitmap_union_of_diff_cg(), sbitmap_zero(), and see_pre_insert_extensions().
1.5.6