Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1755 ScalarCostsTy &ScalarCosts,
6161 ScalarCostsTy ScalarCosts; in collectInstsToScalarize() local
6167 computePredInstDiscount(&I, ScalarCosts, VF) >= 0) in collectInstsToScalarize()
6168 ScalarCostsVF.insert(ScalarCosts.begin(), ScalarCosts.end()); in collectInstsToScalarize()
6176 Instruction *PredInst, ScalarCostsTy &ScalarCosts, ElementCount VF) { in computePredInstDiscount() argument
6232 if (ScalarCosts.find(I) != ScalarCosts.end()) in computePredInstDiscount()
6283 ScalarCosts[I] = ScalarCost; in computePredInstDiscount()