Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp7683 unsigned MainLoopStep = UF * VF.getKnownMinValue(); in emitMinimumVectorEpilogueIterCountCheck() local
7690 unsigned EstimatedSkipCount = std::min(MainLoopStep, EpilogueLoopStep); in emitMinimumVectorEpilogueIterCountCheck()
7692 MainLoopStep - EstimatedSkipCount}; in emitMinimumVectorEpilogueIterCountCheck()