Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5885 InstructionCost ExtraExtCost = 0; in getReductionPatternCost() local
5888 ExtraExtCost = TTI.getCastInstrCost( in getReductionPatternCost()
5895 (RedCost + ExtraExtCost) < (ExtCost0 + ExtCost1 + MulCost + BaseCost)) in getReductionPatternCost()