Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp3012 VPExpressionRecipe *AbstractR = nullptr; in tryToCreateAbstractReductionRecipe() local
3016 AbstractR = MulAcc; in tryToCreateAbstractReductionRecipe()
3018 AbstractR = ExtRed; in tryToCreateAbstractReductionRecipe()
3020 if (!AbstractR) in tryToCreateAbstractReductionRecipe()
3023 AbstractR->insertBefore(*VPBB, IP); in tryToCreateAbstractReductionRecipe()
3024 Red->replaceAllUsesWith(AbstractR); in tryToCreateAbstractReductionRecipe()