Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h330 bool setLoopEstimatedTripCount(Loop *L, unsigned EstimatedTripCount,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp866 bool llvm::setLoopEstimatedTripCount(Loop *L, unsigned EstimatedTripCount, in setLoopEstimatedTripCount() function in llvm
1574 setLoopEstimatedTripCount(UnrolledLoop, UnrolledAverageTripCount, in setProfileInfoAfterUnrolling()
1576 setLoopEstimatedTripCount(RemainderLoop, RemainderAverageTripCount, in setProfileInfoAfterUnrolling()
H A DLoopUnroll.cpp869 setLoopEstimatedTripCount(L, *OriginalTripCount / ULO.Count, in UnrollLoop()