Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1278 auto Scalars = InstsToScalarize.find(VF); in isProfitableToScalarize()
1279 assert(Scalars != InstsToScalarize.end() && in isProfitableToScalarize()
1724 DenseMap<ElementCount, ScalarCostsTy> InstsToScalarize; member in llvm::LoopVectorizationCostModel
6143 InstsToScalarize.find(VF) != InstsToScalarize.end()) in collectInstsToScalarize()
6149 ScalarCostsTy &ScalarCostsVF = InstsToScalarize[VF]; in collectInstsToScalarize()
6751 return VectorizationCostTy(InstsToScalarize[VF][I], false); in getInstructionCost()
7026 auto Scalarized = InstsToScalarize.find(VF); in getInstructionCost()
7027 assert(Scalarized != InstsToScalarize.end() && in getInstructionCost()