Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp422 auto *ExpR = dyn_cast<VPExpandSCEVRecipe>(&R); in removeRedundantExpandSCEVRecipes() local
423 if (!ExpR) in removeRedundantExpandSCEVRecipes()
426 auto I = SCEV2VPV.insert({ExpR->getSCEV(), ExpR}); in removeRedundantExpandSCEVRecipes()
429 ExpR->replaceAllUsesWith(I.first->second); in removeRedundantExpandSCEVRecipes()
430 ExpR->eraseFromParent(); in removeRedundantExpandSCEVRecipes()