Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp2875 InstructionCost ExtRedCost = Ctx.TTI.getExtendedReductionCost( in tryToMatchAndCreateExtendedReduction() local
2881 return ExtRedCost.isValid() && ExtRedCost < ExtCost + RedCost; in tryToMatchAndCreateExtendedReduction()