| /src/external/gpl3/gcc/dist/gcc/ |
| early-remat.cc | 481 bitmap m_required; member in class:__anon13588::early_remat 1949 init_temp_bitmap (&m_required); 1961 available by being added to M_REQUIRED. */ 1992 bitmap_ior_into (m_required, &m_tmp_bitmap); 2004 copy_temp_bitmap (&info->required_in, &m_required); 2005 init_temp_bitmap (&m_required); 2011 restrict_remat_for_call (m_required, last_call); 2012 emit_remat_insns (m_required, NULL, info->rd_after_call, 2017 gcc_checking_assert (empty_p (m_required)); 2063 copy_temp_bitmap (&info->required_after_call, &m_required); [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| early-remat.cc | 481 bitmap m_required; member in class:__anon16024::early_remat 1951 init_temp_bitmap (&m_required); 1963 available by being added to M_REQUIRED. */ 1994 bitmap_ior_into (m_required, &m_tmp_bitmap); 2006 copy_temp_bitmap (&info->required_in, &m_required); 2007 init_temp_bitmap (&m_required); 2013 restrict_remat_for_call (m_required, last_call); 2014 emit_remat_insns (m_required, NULL, info->rd_after_call, 2019 gcc_checking_assert (empty_p (m_required)); 2065 copy_temp_bitmap (&info->required_after_call, &m_required); [all...] |