Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp475 auto *ExpR = dyn_cast<VPExpandSCEVRecipe>(&R); in removeRedundantExpandSCEVRecipes() local
476 if (!ExpR) in removeRedundantExpandSCEVRecipes()
479 auto I = SCEV2VPV.insert({ExpR->getSCEV(), ExpR}); in removeRedundantExpandSCEVRecipes()
482 ExpR->replaceAllUsesWith(I.first->second); in removeRedundantExpandSCEVRecipes()
483 ExpR->eraseFromParent(); in removeRedundantExpandSCEVRecipes()