Home | History | Annotate | Download | only in Object

Lines Matching refs:icf

276   if (m_Config.options().getICFMode() != GeneralOptions::ICF::None) {
277 IdenticalCodeFolding icf(m_Config, m_LDBackend, *m_pModule);
278 icf.foldIdenticalCode();