Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1701 using ScalarCostsTy = DenseMap<Instruction *, InstructionCost>; typedef in llvm::LoopVectorizationCostModel
1724 DenseMap<ElementCount, ScalarCostsTy> InstsToScalarize;
1755 ScalarCostsTy &ScalarCosts,
6149 ScalarCostsTy &ScalarCostsVF = InstsToScalarize[VF]; in collectInstsToScalarize()
6161 ScalarCostsTy ScalarCosts; in collectInstsToScalarize()
6176 Instruction *PredInst, ScalarCostsTy &ScalarCosts, ElementCount VF) { in computePredInstDiscount()