Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp402 if (unsigned ExpectedTC = SE.getSmallConstantTripCount(L)) in getSmallBestKnownTC() local
403 return ExpectedTC; in getSmallBestKnownTC()
411 if (unsigned ExpectedTC = SE.getSmallConstantMaxTripCount(L)) in getSmallBestKnownTC() local
412 return ExpectedTC; in getSmallBestKnownTC()
10019 if (auto ExpectedTC = getSmallBestKnownTC(SE, L)) { in areRuntimeChecksProfitable() local
10020 if (ElementCount::isKnownLT(ElementCount::getFixed(*ExpectedTC), in areRuntimeChecksProfitable()
10024 << *ExpectedTC << " < " << VF.MinProfitableTripCount in areRuntimeChecksProfitable()
10110 auto ExpectedTC = getSmallBestKnownTC(*SE, L); in processLoop() local
10111 if (ExpectedTC && *ExpectedTC < TinyTripCountVectorThreshold) { in processLoop()
10118 if (*ExpectedTC > TTI->getMinTripCountTailFoldingThreshold()) { in processLoop()