Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5512 ElementCount EstimatedRuntimeVF = MainLoopVF; in selectEpilogueVectorizationFactor() local
5514 EstimatedRuntimeVF = ElementCount::getFixed(MainLoopVF.getKnownMinValue()); in selectEpilogueVectorizationFactor()
5516 EstimatedRuntimeVF *= *VScale; in selectEpilogueVectorizationFactor()
5521 ElementCount::isKnownLT(NextVF.Width, EstimatedRuntimeVF)) || in selectEpilogueVectorizationFactor()