Searched refs:ExpectedTC (Results 1 – 1 of 1) sorted by relevance
429 if (unsigned ExpectedTC = SE.getSmallConstantTripCount(L)) in getSmallBestKnownTC() local430 return ExpectedTC; in getSmallBestKnownTC()438 if (unsigned ExpectedTC = SE.getSmallConstantMaxTripCount(L)) in getSmallBestKnownTC() local439 return ExpectedTC; in getSmallBestKnownTC()9624 if (auto ExpectedTC = getSmallBestKnownTC(SE, L)) { in areRuntimeChecksProfitable() local9625 if (ElementCount::isKnownLT(ElementCount::getFixed(*ExpectedTC), in areRuntimeChecksProfitable()9629 << *ExpectedTC << " < " << VF.MinProfitableTripCount in areRuntimeChecksProfitable()9722 auto ExpectedTC = getSmallBestKnownTC(*SE, L); in processLoop() local9723 if (ExpectedTC && *ExpectedTC < TinyTripCountVectorThreshold) { in processLoop()9730 if (*ExpectedTC > TTI->getMinTripCountTailFoldingThreshold()) { in processLoop()