Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp438 if (unsigned ExpectedTC = SE.getSmallConstantTripCount(L)) in getSmallBestKnownTC() local
439 return ExpectedTC; in getSmallBestKnownTC()
447 if (unsigned ExpectedTC = SE.getSmallConstantMaxTripCount(L)) in getSmallBestKnownTC() local
448 return ExpectedTC; in getSmallBestKnownTC()
9810 if (auto ExpectedTC = getSmallBestKnownTC(SE, L)) { in areRuntimeChecksProfitable() local
9811 if (ElementCount::isKnownLT(ElementCount::getFixed(*ExpectedTC), in areRuntimeChecksProfitable()
9815 << *ExpectedTC << " < " << VF.MinProfitableTripCount in areRuntimeChecksProfitable()
9912 auto ExpectedTC = getSmallBestKnownTC(*SE, L); in processLoop() local
9913 if (ExpectedTC && *ExpectedTC < TinyTripCountVectorThreshold) { in processLoop()
9920 if (*ExpectedTC > TTI->getMinTripCountTailFoldingThreshold()) { in processLoop()