Searched refs:SmallTC (Results 1 – 1 of 1) sorted by relevance
112 if (unsigned SmallTC = SE.getSmallConstantMaxTripCount(L)) in canFoldTermCondOfLoop() local113 return std::min(Budget, SmallTC); in canFoldTermCondOfLoop()114 if (std::optional<unsigned> SmallTC = getLoopEstimatedTripCount(L)) in canFoldTermCondOfLoop() local115 return std::min(Budget, *SmallTC); in canFoldTermCondOfLoop()