Searched refs:SmallTC (Results 1 – 2 of 2) sorted by relevance
7126 if (unsigned SmallTC = SE.getSmallConstantMaxTripCount(L)) in canFoldTermCondOfLoop() local7127 return std::min(Budget, SmallTC); in canFoldTermCondOfLoop()7128 if (std::optional<unsigned> SmallTC = getLoopEstimatedTripCount(L)) in canFoldTermCondOfLoop() local7129 return std::min(Budget, *SmallTC); in canFoldTermCondOfLoop()
1986 if (unsigned SmallTC = SE->getSmallConstantTripCount(OuterLoop)) in getCost() local1987 BestTripCount = SmallTC; in getCost()