Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5519 for (auto &NextVF : ProfitableVFs) in selectEpilogueVectorizationFactor() local
5520 if (((!NextVF.Width.isScalable() && MainLoopVF.isScalable() && in selectEpilogueVectorizationFactor()
5521 ElementCount::isKnownLT(NextVF.Width, EstimatedRuntimeVF)) || in selectEpilogueVectorizationFactor()
5522 ElementCount::isKnownLT(NextVF.Width, MainLoopVF)) && in selectEpilogueVectorizationFactor()
5523 (Result.Width.isScalar() || isMoreProfitable(NextVF, Result)) && in selectEpilogueVectorizationFactor()
5524 LVP.hasPlanWithVF(NextVF.Width)) in selectEpilogueVectorizationFactor()
5525 Result = NextVF; in selectEpilogueVectorizationFactor()