Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1693 ScalarCostsTy &ScalarCosts,
5351 ScalarCostsTy ScalarCosts; in collectInstsToScalarize() local
5359 computePredInstDiscount(&I, ScalarCosts, VF) >= 0) in collectInstsToScalarize()
5360 ScalarCostsVF.insert(ScalarCosts.begin(), ScalarCosts.end()); in collectInstsToScalarize()
5372 Instruction *PredInst, ScalarCostsTy &ScalarCosts, ElementCount VF) { in computePredInstDiscount() argument
5428 if (ScalarCosts.contains(I)) in computePredInstDiscount()
5478 ScalarCosts[I] = ScalarCost; in computePredInstDiscount()