Searched refs:setLoopEstimatedTripCount (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| HD | LoopUtils.h | 332 bool setLoopEstimatedTripCount(Loop *L, unsigned EstimatedTripCount,
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| HD | LoopUtils.cpp | 867 bool llvm::setLoopEstimatedTripCount(Loop *L, unsigned EstimatedTripCount, in setLoopEstimatedTripCount() function in llvm 1719 setLoopEstimatedTripCount(UnrolledLoop, UnrolledAverageTripCount, in setProfileInfoAfterUnrolling() 1721 setLoopEstimatedTripCount(RemainderLoop, RemainderAverageTripCount, in setProfileInfoAfterUnrolling()
|
| HD | LoopUnroll.cpp | 1031 setLoopEstimatedTripCount(L, *OriginalTripCount / ULO.Count, in UnrollLoop()
|