Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4011 unsigned MaxTC = PSE.getSE()->getSmallConstantMaxTripCount(TheLoop); in computeMaxVF() local
4022 return computeFeasibleMaxVF(MaxTC, UserVF, false); in computeMaxVF()
4060 return computeFeasibleMaxVF(MaxTC, UserVF, false); in computeMaxVF()
4077 FixedScalableVFPair MaxFactors = computeFeasibleMaxVF(MaxTC, UserVF, true); in computeMaxVF()