Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4702 ElementCount EstimatedRuntimeVF = MainLoopVF; in selectEpilogueVectorizationFactor() local
4704 EstimatedRuntimeVF = ElementCount::getFixed(MainLoopVF.getKnownMinValue()); in selectEpilogueVectorizationFactor()
4706 EstimatedRuntimeVF *= *VScale; in selectEpilogueVectorizationFactor()
4720 ElementCount::isKnownGE(NextVF.Width, EstimatedRuntimeVF)) || in selectEpilogueVectorizationFactor()