Home
last modified time | relevance | path

Searched refs:m_tmp_bitmap (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dearly-remat.c479 bitmap_head m_tmp_bitmap; variable
970 bitmap_clear (&m_tmp_bitmap); in collect_candidates()
978 bitmap_set_bit (&m_tmp_bitmap, id); in collect_candidates()
987 if (!bitmap_empty_p (&m_tmp_bitmap) && bad) in collect_candidates()
993 if (!bitmap_bit_p (&m_tmp_bitmap, id)) in collect_candidates()
1041 bitmap_clear (&m_tmp_bitmap); in sort_candidates()
1047 if (bitmap_set_bit (&m_tmp_bitmap, bb->index)) in sort_candidates()
1225 bitmap_clear (&m_tmp_bitmap); in compute_rd()
1226 bitmap_set_range (&m_tmp_bitmap, 0, last_basic_block_for_fn (m_fn)); in compute_rd()
1228 &m_tmp_bitmap, df_get_postorder (DF_FORWARD), in compute_rd()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dearly-remat.cc479 bitmap_head m_tmp_bitmap; member in __anon664b0c810111::early_remat
970 bitmap_clear (&m_tmp_bitmap); in collect_candidates()
978 bitmap_set_bit (&m_tmp_bitmap, id); in collect_candidates()
987 if (!bitmap_empty_p (&m_tmp_bitmap) && bad) in collect_candidates()
993 if (!bitmap_bit_p (&m_tmp_bitmap, id)) in collect_candidates()
1041 bitmap_clear (&m_tmp_bitmap); in sort_candidates()
1047 if (bitmap_set_bit (&m_tmp_bitmap, bb->index)) in sort_candidates()
1225 bitmap_clear (&m_tmp_bitmap); in compute_rd()
1226 bitmap_set_range (&m_tmp_bitmap, 0, last_basic_block_for_fn (m_fn)); in compute_rd()
1228 &m_tmp_bitmap, df_get_postorder (DF_FORWARD), in compute_rd()
[all …]