Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp6696 InstructionCost ExtraExtCost = 0; in getReductionPatternCost() local
6699 ExtraExtCost = TTI.getCastInstrCost( in getReductionPatternCost()
6706 (RedCost + ExtraExtCost) < (ExtCost0 + ExtCost1 + MulCost + BaseCost)) in getReductionPatternCost()