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.cpp7690 unsigned EstimatedSkipCount = std::min(MainLoopStep, EpilogueLoopStep); in emitMinimumVectorEpilogueIterCountCheck() local
7691 const uint32_t Weights[] = {EstimatedSkipCount, in emitMinimumVectorEpilogueIterCountCheck()
7692 MainLoopStep - EstimatedSkipCount}; in emitMinimumVectorEpilogueIterCountCheck()