Searched refs:ExpR (Results 1 – 1 of 1) sorted by relevance
545 auto *ExpR = dyn_cast<VPExpandSCEVRecipe>(&R); in removeRedundantExpandSCEVRecipes() local546 if (!ExpR) in removeRedundantExpandSCEVRecipes()549 auto I = SCEV2VPV.insert({ExpR->getSCEV(), ExpR}); in removeRedundantExpandSCEVRecipes()552 ExpR->replaceAllUsesWith(I.first->second); in removeRedundantExpandSCEVRecipes()553 ExpR->eraseFromParent(); in removeRedundantExpandSCEVRecipes()