Searched refs:ExpectedTC (Results 1 – 1 of 1) sorted by relevance
412 if (unsigned ExpectedTC = SE.getSmallConstantTripCount(L)) in getSmallBestKnownTC() local413 return ExpectedTC; in getSmallBestKnownTC()421 if (unsigned ExpectedTC = SE.getSmallConstantMaxTripCount(L)) in getSmallBestKnownTC() local422 return ExpectedTC; in getSmallBestKnownTC()10118 auto ExpectedTC = getSmallBestKnownTC(*SE, L); in processLoop() local10119 if (ExpectedTC && *ExpectedTC < TinyTripCountVectorThreshold) { in processLoop()