Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp420 if (unsigned ExpectedTC = SE.getSmallConstantTripCount(L)) in getSmallBestKnownTC() local
421 return ExpectedTC; in getSmallBestKnownTC()
429 if (unsigned ExpectedTC = SE.getSmallConstantMaxTripCount(L)) in getSmallBestKnownTC() local
430 return ExpectedTC; in getSmallBestKnownTC()
9907 auto ExpectedTC = getSmallBestKnownTC(*SE, L); in processLoop() local
9908 if (ExpectedTC && *ExpectedTC < TinyTripCountVectorThreshold) { in processLoop()