Home
last modified time | relevance | path

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

/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dgimple-range-cache.cc233 class sbr_sparse_bitmap : public ssa_block_ranges class
236 sbr_sparse_bitmap (tree t, irange_allocator *allocator, bitmap_obstack *bm);
251 sbr_sparse_bitmap::sbr_sparse_bitmap (tree t, irange_allocator *allocator, in sbr_sparse_bitmap() function in sbr_sparse_bitmap
281 sbr_sparse_bitmap::bitmap_set_quad (bitmap head, int quad, int quad_value) in bitmap_set_quad()
290 sbr_sparse_bitmap::bitmap_get_quad (const_bitmap head, int quad) in bitmap_get_quad()
298 sbr_sparse_bitmap::set_bb_range (const basic_block bb, const irange &r) in set_bb_range()
324 sbr_sparse_bitmap::get_bb_range (irange &r, const basic_block bb) in get_bb_range()
342 sbr_sparse_bitmap::bb_range_p (const basic_block bb) in bb_range_p()
385 void *r = m_irange_allocator->get_memory (sizeof (sbr_sparse_bitmap)); in set_bb_range()
386 m_ssa_ranges[v] = new (r) sbr_sparse_bitmap (TREE_TYPE (name), in set_bb_range()
H A DChangeLog1031 (class sbr_sparse_bitmap): Adjust.
1032 (sbr_sparse_bitmap::set_bb_range): Return value.
1053 * gimple-range-cache.cc (class sbr_sparse_bitmap): New.
1054 (sbr_sparse_bitmap::sbr_sparse_bitmap): New.
1055 (sbr_sparse_bitmap::bitmap_set_quad): New.
1056 (sbr_sparse_bitmap::bitmap_get_quad): New.
1057 (sbr_sparse_bitmap::set_bb_range): New.
1058 (sbr_sparse_bitmap::get_bb_range): New.
1059 (sbr_sparse_bitmap::bb_range_p): New.
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dgimple-range-cache.cc233 class sbr_sparse_bitmap : public ssa_block_ranges
236 sbr_sparse_bitmap (tree t, irange_allocator *allocator, bitmap_obstack *bm);
251 sbr_sparse_bitmap::sbr_sparse_bitmap (tree t, irange_allocator *allocator,
281 sbr_sparse_bitmap::bitmap_set_quad (bitmap head, int quad, int quad_value)
290 sbr_sparse_bitmap::bitmap_get_quad (const_bitmap head, int quad)
298 sbr_sparse_bitmap::set_bb_range (const basic_block bb, const irange &r)
324 sbr_sparse_bitmap::get_bb_range (irange &r, const basic_block bb)
342 sbr_sparse_bitmap::bb_range_p (const basic_block bb)
385 void *r = m_irange_allocator->get_memory (sizeof (sbr_sparse_bitmap));
386 m_ssa_ranges[v] = new (r) sbr_sparse_bitmap (TREE_TYPE (name),
H A DChangeLog176 (class sbr_sparse_bitmap): Adjust.
177 (sbr_sparse_bitmap::set_bb_range): Return value.
198 * gimple-range-cache.cc (class sbr_sparse_bitmap): New.
199 (sbr_sparse_bitmap::sbr_sparse_bitmap): New.
200 (sbr_sparse_bitmap::bitmap_set_quad): New.
201 (sbr_sparse_bitmap::bitmap_get_quad): New.
202 (sbr_sparse_bitmap::set_bb_range): New.
203 (sbr_sparse_bitmap::get_bb_range): New.
204 (sbr_sparse_bitmap::bb_range_p): New.
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dgimple-range-cache.cc233 class sbr_sparse_bitmap : public ssa_block_ranges class
236 sbr_sparse_bitmap (tree t, irange_allocator *allocator, bitmap_obstack *bm);
251 sbr_sparse_bitmap::sbr_sparse_bitmap (tree t, irange_allocator *allocator, in sbr_sparse_bitmap() function in sbr_sparse_bitmap
281 sbr_sparse_bitmap::bitmap_set_quad (bitmap head, int quad, int quad_value) in bitmap_set_quad()
290 sbr_sparse_bitmap::bitmap_get_quad (const_bitmap head, int quad) in bitmap_get_quad()
298 sbr_sparse_bitmap::set_bb_range (const basic_block bb, const irange &r) in set_bb_range()
324 sbr_sparse_bitmap::get_bb_range (irange &r, const basic_block bb) in get_bb_range()
342 sbr_sparse_bitmap::bb_range_p (const basic_block bb) in bb_range_p()
385 void *r = m_irange_allocator->get_memory (sizeof (sbr_sparse_bitmap)); in set_bb_range()
386 m_ssa_ranges[v] = new (r) sbr_sparse_bitmap (TREE_TYPE (name), in set_bb_range()
H A DChangeLog176 (class sbr_sparse_bitmap): Adjust.
177 (sbr_sparse_bitmap::set_bb_range): Return value.
198 * gimple-range-cache.cc (class sbr_sparse_bitmap): New.
199 (sbr_sparse_bitmap::sbr_sparse_bitmap): New.
200 (sbr_sparse_bitmap::bitmap_set_quad): New.
201 (sbr_sparse_bitmap::bitmap_get_quad): New.
202 (sbr_sparse_bitmap::set_bb_range): New.
203 (sbr_sparse_bitmap::get_bb_range): New.
204 (sbr_sparse_bitmap::bb_range_p): New.
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dgimple-range-cache.cc314 class sbr_sparse_bitmap : public ssa_block_ranges class
317 sbr_sparse_bitmap (tree t, irange_allocator *allocator, bitmap_obstack *bm);
332 sbr_sparse_bitmap::sbr_sparse_bitmap (tree t, irange_allocator *allocator, in sbr_sparse_bitmap() function in sbr_sparse_bitmap
362 sbr_sparse_bitmap::bitmap_set_quad (bitmap head, int quad, int quad_value) in bitmap_set_quad()
371 sbr_sparse_bitmap::bitmap_get_quad (const_bitmap head, int quad) in bitmap_get_quad()
379 sbr_sparse_bitmap::set_bb_range (const_basic_block bb, const irange &r) in set_bb_range()
405 sbr_sparse_bitmap::get_bb_range (irange &r, const_basic_block bb) in get_bb_range()
423 sbr_sparse_bitmap::bb_range_p (const_basic_block bb) in bb_range_p()
466 void *r = m_irange_allocator->get_memory (sizeof (sbr_sparse_bitmap)); in set_bb_range()
467 m_ssa_ranges[v] = new (r) sbr_sparse_bitmap (TREE_TYPE (name), in set_bb_range()
H A DChangeLog20581 (class sbr_sparse_bitmap): Adjust.
20582 (sbr_sparse_bitmap::set_bb_range): Return value.
22217 * gimple-range-cache.cc (class sbr_sparse_bitmap): New.
22218 (sbr_sparse_bitmap::sbr_sparse_bitmap): New.
22219 (sbr_sparse_bitmap::bitmap_set_quad): New.
22220 (sbr_sparse_bitmap::bitmap_get_quad): New.
22221 (sbr_sparse_bitmap::set_bb_range): New.
22222 (sbr_sparse_bitmap::get_bb_range): New.
22223 (sbr_sparse_bitmap::bb_range_p): New.