Home
last modified time | relevance | path

Searched refs:SmallTC (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopTermFold.cpp112 if (unsigned SmallTC = SE.getSmallConstantMaxTripCount(L)) in canFoldTermCondOfLoop() local
113 return std::min(Budget, SmallTC); in canFoldTermCondOfLoop()
114 if (std::optional<unsigned> SmallTC = getLoopEstimatedTripCount(L)) in canFoldTermCondOfLoop() local
115 return std::min(Budget, *SmallTC); in canFoldTermCondOfLoop()