Home
last modified time | relevance | path

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

/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dgimple-range-cache.cc117 virtual bool get_bb_range (irange &r, const basic_block bb) = 0;
132 if (get_bb_range (r, bb)) in dump()
199 sbr_vector::get_bb_range (irange &r, const basic_block bb) in get_bb_range() function in sbr_vector
324 sbr_sparse_bitmap::get_bb_range (irange &r, const basic_block bb) in get_bb_range() function in sbr_sparse_bitmap
424 return ptr->get_bb_range (r, bb); in get_bb_range()
470 if (m_ssa_ranges[x] && m_ssa_ranges[x]->get_bb_range (r, bb)) in dump()
491 if (m_ssa_ranges[x] && m_ssa_ranges[x]->get_bb_range (r, bb)) in dump()
890 else if (!m_on_entry.get_bb_range (r, name, bb)) in ssa_range_in_bb()
955 return m_on_entry.get_bb_range (r, name, bb); in block_range()
993 m_on_entry.get_bb_range (current_range, name, bb); in propagate_cache()
[all …]
H A Dgimple-range-cache.h54 bool get_bb_range (irange &r, tree name, const basic_block bb);
H A DChangeLog1058 (sbr_sparse_bitmap::get_bb_range): New.
1089 (sbr_vector::get_bb_range): Adjust assert.
H A DChangeLog-20206726 (ssa_block_ranges::get_bb_range): Ditto.
6730 (block_range_cache::get_bb_range): Use Query_block_ranges.
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dgimple-range-cache.cc117 virtual bool get_bb_range (irange &r, const basic_block bb) = 0;
132 if (get_bb_range (r, bb))
199 sbr_vector::get_bb_range (irange &r, const basic_block bb)
324 sbr_sparse_bitmap::get_bb_range (irange &r, const basic_block bb)
424 return ptr->get_bb_range (r, bb);
470 if (m_ssa_ranges[x] && m_ssa_ranges[x]->get_bb_range (r, bb))
491 if (m_ssa_ranges[x] && m_ssa_ranges[x]->get_bb_range (r, bb))
890 else if (!m_on_entry.get_bb_range (r, name, bb))
955 return m_on_entry.get_bb_range (r, name, bb);
993 m_on_entry.get_bb_range (current_range, name, bb);
[all …]
H A Dgimple-range-cache.h54 bool get_bb_range (irange &r, tree name, const basic_block bb);
H A DChangeLog203 (sbr_sparse_bitmap::get_bb_range): New.
234 (sbr_vector::get_bb_range): Adjust assert.
H A DChangeLog-20206726 (ssa_block_ranges::get_bb_range): Ditto.
6730 (block_range_cache::get_bb_range): Use Query_block_ranges.
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dgimple-range-cache.cc117 virtual bool get_bb_range (irange &r, const basic_block bb) = 0;
132 if (get_bb_range (r, bb)) in dump()
199 sbr_vector::get_bb_range (irange &r, const basic_block bb) in get_bb_range() function in sbr_vector
324 sbr_sparse_bitmap::get_bb_range (irange &r, const basic_block bb) in get_bb_range() function in sbr_sparse_bitmap
424 return ptr->get_bb_range (r, bb); in get_bb_range()
470 if (m_ssa_ranges[x] && m_ssa_ranges[x]->get_bb_range (r, bb)) in dump()
491 if (m_ssa_ranges[x] && m_ssa_ranges[x]->get_bb_range (r, bb)) in dump()
890 else if (!m_on_entry.get_bb_range (r, name, bb)) in ssa_range_in_bb()
955 return m_on_entry.get_bb_range (r, name, bb); in block_range()
993 m_on_entry.get_bb_range (current_range, name, bb); in propagate_cache()
[all …]
H A Dgimple-range-cache.h54 bool get_bb_range (irange &r, tree name, const basic_block bb);
H A DChangeLog203 (sbr_sparse_bitmap::get_bb_range): New.
234 (sbr_vector::get_bb_range): Adjust assert.
H A DChangeLog-20206726 (ssa_block_ranges::get_bb_range): Ditto.
6730 (block_range_cache::get_bb_range): Use Query_block_ranges.
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dgimple-range-cache.cc171 virtual bool get_bb_range (irange &r, const_basic_block bb) = 0;
186 if (get_bb_range (r, bb)) in dump()
278 sbr_vector::get_bb_range (irange &r, const_basic_block bb) in get_bb_range() function in sbr_vector
405 sbr_sparse_bitmap::get_bb_range (irange &r, const_basic_block bb) in get_bb_range() function in sbr_sparse_bitmap
505 return ptr->get_bb_range (r, bb); in get_bb_range()
551 if (m_ssa_ranges[x] && m_ssa_ranges[x]->get_bb_range (r, bb)) in dump()
572 if (m_ssa_ranges[x] && m_ssa_ranges[x]->get_bb_range (r, bb)) in dump()
1035 if (!m_on_entry.get_bb_range (r, name, bb)) in entry_range()
1139 return m_on_entry.get_bb_range (r, name, bb); in block_range()
1165 m_on_entry.get_bb_range (current_range, name, bb); in propagate_cache()
[all …]
H A Dgimple-range-cache.h56 bool get_bb_range (irange &r, tree name, const_basic_block bb);
H A DChangeLog3442 (sbr_vector::get_bb_range): Same.
16394 (*::get_bb_range): Ditto.
22222 (sbr_sparse_bitmap::get_bb_range): New.
25440 (sbr_vector::get_bb_range): Adjust assert.
H A DChangeLog-20206726 (ssa_block_ranges::get_bb_range): Ditto.
6730 (block_range_cache::get_bb_range): Use Query_block_ranges.