Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp412 if (unsigned ExpectedTC = SE.getSmallConstantTripCount(L)) in getSmallBestKnownTC() local
413 return ExpectedTC; in getSmallBestKnownTC()
421 if (unsigned ExpectedTC = SE.getSmallConstantMaxTripCount(L)) in getSmallBestKnownTC() local
422 return ExpectedTC; in getSmallBestKnownTC()
10118 auto ExpectedTC = getSmallBestKnownTC(*SE, L); in processLoop() local
10119 if (ExpectedTC && *ExpectedTC < TinyTripCountVectorThreshold) { in processLoop()