Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp429 if (unsigned ExpectedTC = SE.getSmallConstantTripCount(L)) in getSmallBestKnownTC() local
430 return ExpectedTC; in getSmallBestKnownTC()
438 if (unsigned ExpectedTC = SE.getSmallConstantMaxTripCount(L)) in getSmallBestKnownTC() local
439 return ExpectedTC; in getSmallBestKnownTC()
9624 if (auto ExpectedTC = getSmallBestKnownTC(SE, L)) { in areRuntimeChecksProfitable() local
9625 if (ElementCount::isKnownLT(ElementCount::getFixed(*ExpectedTC), in areRuntimeChecksProfitable()
9629 << *ExpectedTC << " < " << VF.MinProfitableTripCount in areRuntimeChecksProfitable()
9722 auto ExpectedTC = getSmallBestKnownTC(*SE, L); in processLoop() local
9723 if (ExpectedTC && *ExpectedTC < TinyTripCountVectorThreshold) { in processLoop()
9730 if (*ExpectedTC > TTI->getMinTripCountTailFoldingThreshold()) { in processLoop()