Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-range-cache.cc305 class sbr_sparse_bitmap : public ssa_block_ranges class
308 sbr_sparse_bitmap (tree t, irange_allocator *allocator, bitmap_obstack *bm);
323 sbr_sparse_bitmap::sbr_sparse_bitmap (tree t, irange_allocator *allocator, in sbr_sparse_bitmap() function in sbr_sparse_bitmap
354 sbr_sparse_bitmap::bitmap_set_quad (bitmap head, int quad, int quad_value) in bitmap_set_quad()
363 sbr_sparse_bitmap::bitmap_get_quad (const_bitmap head, int quad) in bitmap_get_quad()
371 sbr_sparse_bitmap::set_bb_range (const_basic_block bb, const irange &r) in set_bb_range()
397 sbr_sparse_bitmap::get_bb_range (irange &r, const_basic_block bb) in get_bb_range()
415 sbr_sparse_bitmap::bb_range_p (const_basic_block bb) in bb_range_p()
458 void *r = m_irange_allocator->get_memory (sizeof (sbr_sparse_bitmap)); in set_bb_range()
459 m_ssa_ranges[v] = new (r) sbr_sparse_bitmap (TREE_TYPE (name), in set_bb_range()
H A DChangeLog8910 * gimple-range-cache.cc (sbr_sparse_bitmap::bitvec):
8912 (sbr_sparse_bitmap::sbr_sparse_bitmap): Adjust and switch
8914 (sbr_sparse_bitmap::set_bb_range): Adjust.
8915 (sbr_sparse_bitmap::get_bb_range): Likewise.
H A DChangeLog-202122436 (class sbr_sparse_bitmap): Adjust.
22437 (sbr_sparse_bitmap::set_bb_range): Return value.
24072 * gimple-range-cache.cc (class sbr_sparse_bitmap): New.
24073 (sbr_sparse_bitmap::sbr_sparse_bitmap): New.
24074 (sbr_sparse_bitmap::bitmap_set_quad): New.
24075 (sbr_sparse_bitmap::bitmap_get_quad): New.
24076 (sbr_sparse_bitmap::set_bb_range): New.
24077 (sbr_sparse_bitmap::get_bb_range): New.
24078 (sbr_sparse_bitmap::bb_range_p): New.