Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp7597 unsigned EstimatedSkipCount = std::min(MainLoopStep, EpilogueLoopStep); in emitMinimumVectorEpilogueIterCountCheck() local
7598 const uint32_t Weights[] = {EstimatedSkipCount, in emitMinimumVectorEpilogueIterCountCheck()
7599 MainLoopStep - EstimatedSkipCount}; in emitMinimumVectorEpilogueIterCountCheck()