Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp7049 VectorizationFactor CurrentFactor(VF, Cost, ScalarCost); in computeBestVF() local
7057 if (isMoreProfitable(CurrentFactor, BestFactor, P->hasScalarTail())) in computeBestVF()
7058 BestFactor = CurrentFactor; in computeBestVF()
7061 if (isMoreProfitable(CurrentFactor, ScalarFactor, P->hasScalarTail())) in computeBestVF()
7062 ProfitableVFs.push_back(CurrentFactor); in computeBestVF()