Searched refs:ExpectedTC (Results 1 – 1 of 1) sorted by relevance
438 if (unsigned ExpectedTC = SE.getSmallConstantTripCount(L)) in getSmallBestKnownTC() local439 return ExpectedTC; in getSmallBestKnownTC()447 if (unsigned ExpectedTC = SE.getSmallConstantMaxTripCount(L)) in getSmallBestKnownTC() local448 return ExpectedTC; in getSmallBestKnownTC()9810 if (auto ExpectedTC = getSmallBestKnownTC(SE, L)) { in areRuntimeChecksProfitable() local9811 if (ElementCount::isKnownLT(ElementCount::getFixed(*ExpectedTC), in areRuntimeChecksProfitable()9815 << *ExpectedTC << " < " << VF.MinProfitableTripCount in areRuntimeChecksProfitable()9912 auto ExpectedTC = getSmallBestKnownTC(*SE, L); in processLoop() local9913 if (ExpectedTC && *ExpectedTC < TinyTripCountVectorThreshold) { in processLoop()9920 if (*ExpectedTC > TTI->getMinTripCountTailFoldingThreshold()) { in processLoop()