Lines Matching defs:ExpectedTC
433 if (unsigned ExpectedTC = PSE.getSE()->getSmallConstantTripCount(L))
434 return ExpectedTC;
445 if (unsigned ExpectedTC = PSE.getSmallConstantMaxTripCount())
446 return ExpectedTC;
10149 if (auto ExpectedTC = getSmallBestKnownTC(PSE, L)) {
10150 if (ElementCount::isKnownLT(ElementCount::getFixed(*ExpectedTC),
10154 << *ExpectedTC << " < " << VF.MinProfitableTripCount
10444 auto ExpectedTC = getSmallBestKnownTC(PSE, L);
10445 if (ExpectedTC && *ExpectedTC < TinyTripCountVectorThreshold) {
10452 if (*ExpectedTC > TTI->getMinTripCountTailFoldingThreshold()) {