Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp5333 InstructionCost ExpectedCost = expectedCost(ElementCount::getFixed(1)).first; in selectVectorizationFactor() local
5334 LLVM_DEBUG(dbgs() << "LV: Scalar loop costs: " << ExpectedCost << ".\n"); in selectVectorizationFactor()
5335 assert(ExpectedCost.isValid() && "Unexpected invalid cost for scalar loop"); in selectVectorizationFactor()
5339 const VectorizationFactor ScalarCost(ElementCount::getFixed(1), ExpectedCost, in selectVectorizationFactor()
5340 ExpectedCost); in selectVectorizationFactor()