Home
last modified time | relevance | path

Searched refs:set_bb_range (Results 1 – 16 of 16) sorted by relevance

/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dgimple-range-cache.cc116 virtual bool set_bb_range (const basic_block bb, const irange &r) = 0;
149 virtual bool set_bb_range (const basic_block bb, const irange &r) OVERRIDE;
181 sbr_vector::set_bb_range (const basic_block bb, const irange &r) in set_bb_range() function in sbr_vector
237 virtual bool set_bb_range (const basic_block bb, const irange &r) OVERRIDE;
298 sbr_sparse_bitmap::set_bb_range (const basic_block bb, const irange &r) in set_bb_range() function in sbr_sparse_bitmap
373 block_range_cache::set_bb_range (tree name, const basic_block bb, in set_bb_range() function in block_range_cache
398 return m_ssa_ranges[v]->set_bb_range (bb, r); in set_bb_range()
1038 bool ok_p = m_on_entry.set_bb_range (name, bb, new_range); in propagate_cache()
1145 m_on_entry.set_bb_range (name, bb, undefined); in fill_block_cache()
1218 m_on_entry.set_bb_range (name, pred, undefined); in fill_block_cache()
H A Dgimple-range-cache.h53 bool set_bb_range (tree name, const basic_block bb, const irange &r);
H A DChangeLog1030 (sbr_vector::set_bb_range): Return true.
1032 (sbr_sparse_bitmap::set_bb_range): Return value.
1033 (block_range_cache::set_bb_range): Return value.
1057 (sbr_sparse_bitmap::set_bb_range): New.
1062 (block_range_cache::set_bb_range): Decide when to utilze the
1087 (sbr_vector::set_bb_range): Use varying and undefined cached values.
1093 (block_range_cache::set_bb_range): Inline get_block_ranges.
H A DChangeLog-20206723 * gimple-range-cache.cc (ssa_block_ranges::set_bb_range): Add bounds
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dgimple-range-cache.cc116 virtual bool set_bb_range (const basic_block bb, const irange &r) = 0;
149 virtual bool set_bb_range (const basic_block bb, const irange &r) OVERRIDE;
181 sbr_vector::set_bb_range (const basic_block bb, const irange &r)
237 virtual bool set_bb_range (const basic_block bb, const irange &r) OVERRIDE;
298 sbr_sparse_bitmap::set_bb_range (const basic_block bb, const irange &r)
373 block_range_cache::set_bb_range (tree name, const basic_block bb,
398 return m_ssa_ranges[v]->set_bb_range (bb, r);
1038 bool ok_p = m_on_entry.set_bb_range (name, bb, new_range);
1145 m_on_entry.set_bb_range (name, bb, undefined);
1218 m_on_entry.set_bb_range (name, pred, undefined);
H A Dgimple-range-cache.h53 bool set_bb_range (tree name, const basic_block bb, const irange &r);
H A DChangeLog175 (sbr_vector::set_bb_range): Return true.
177 (sbr_sparse_bitmap::set_bb_range): Return value.
178 (block_range_cache::set_bb_range): Return value.
202 (sbr_sparse_bitmap::set_bb_range): New.
207 (block_range_cache::set_bb_range): Decide when to utilze the
232 (sbr_vector::set_bb_range): Use varying and undefined cached values.
238 (block_range_cache::set_bb_range): Inline get_block_ranges.
H A DChangeLog-20206723 * gimple-range-cache.cc (ssa_block_ranges::set_bb_range): Add bounds
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dgimple-range-cache.cc116 virtual bool set_bb_range (const basic_block bb, const irange &r) = 0;
149 virtual bool set_bb_range (const basic_block bb, const irange &r) OVERRIDE;
181 sbr_vector::set_bb_range (const basic_block bb, const irange &r) in set_bb_range() function in sbr_vector
237 virtual bool set_bb_range (const basic_block bb, const irange &r) OVERRIDE;
298 sbr_sparse_bitmap::set_bb_range (const basic_block bb, const irange &r) in set_bb_range() function in sbr_sparse_bitmap
373 block_range_cache::set_bb_range (tree name, const basic_block bb, in set_bb_range() function in block_range_cache
398 return m_ssa_ranges[v]->set_bb_range (bb, r); in set_bb_range()
1038 bool ok_p = m_on_entry.set_bb_range (name, bb, new_range); in propagate_cache()
1145 m_on_entry.set_bb_range (name, bb, undefined); in fill_block_cache()
1218 m_on_entry.set_bb_range (name, pred, undefined); in fill_block_cache()
H A Dgimple-range-cache.h53 bool set_bb_range (tree name, const basic_block bb, const irange &r);
H A DChangeLog175 (sbr_vector::set_bb_range): Return true.
177 (sbr_sparse_bitmap::set_bb_range): Return value.
178 (block_range_cache::set_bb_range): Return value.
202 (sbr_sparse_bitmap::set_bb_range): New.
207 (block_range_cache::set_bb_range): Decide when to utilze the
232 (sbr_vector::set_bb_range): Use varying and undefined cached values.
238 (block_range_cache::set_bb_range): Inline get_block_ranges.
H A DChangeLog-20206723 * gimple-range-cache.cc (ssa_block_ranges::set_bb_range): Add bounds
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dgimple-range-cache.cc170 virtual bool set_bb_range (const_basic_block bb, const irange &r) = 0;
203 virtual bool set_bb_range (const_basic_block bb, const irange &r) OVERRIDE;
259 sbr_vector::set_bb_range (const_basic_block bb, const irange &r) in set_bb_range() function in sbr_vector
318 virtual bool set_bb_range (const_basic_block bb, const irange &r) OVERRIDE;
379 sbr_sparse_bitmap::set_bb_range (const_basic_block bb, const irange &r) in set_bb_range() function in sbr_sparse_bitmap
454 block_range_cache::set_bb_range (tree name, const_basic_block bb, in set_bb_range() function in block_range_cache
479 return m_ssa_ranges[v]->set_bb_range (bb, r); in set_bb_range()
1195 bool ok_p = m_on_entry.set_bb_range (name, bb, new_range); in propagate_cache()
1305 m_on_entry.set_bb_range (name, bb, undefined); in fill_block_cache()
1383 m_on_entry.set_bb_range (name, pred, undefined); in fill_block_cache()
H A Dgimple-range-cache.h55 bool set_bb_range (tree name, const_basic_block bb, const irange &r);
H A DChangeLog3441 (sbr_vector::set_bb_range): Call grow.
16392 * gimple-range-cache.cc (*::set_bb_range): Change const basic_block to
20580 (sbr_vector::set_bb_range): Return true.
20582 (sbr_sparse_bitmap::set_bb_range): Return value.
20583 (block_range_cache::set_bb_range): Return value.
22221 (sbr_sparse_bitmap::set_bb_range): New.
22226 (block_range_cache::set_bb_range): Decide when to utilze the
25438 (sbr_vector::set_bb_range): Use varying and undefined cached values.
25444 (block_range_cache::set_bb_range): Inline get_block_ranges.
H A DChangeLog-20206723 * gimple-range-cache.cc (ssa_block_ranges::set_bb_range): Add bounds