Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp6013 InstructionCost ExpectedCost = expectedCost(ElementCount::getFixed(1)).first; in selectVectorizationFactor() local
6014 LLVM_DEBUG(dbgs() << "LV: Scalar loop costs: " << ExpectedCost << ".\n"); in selectVectorizationFactor()
6015 assert(ExpectedCost.isValid() && "Unexpected invalid cost for scalar loop"); in selectVectorizationFactor()
6019 const VectorizationFactor ScalarCost(ElementCount::getFixed(1), ExpectedCost); in selectVectorizationFactor()