Searched refs:setLoopEstimatedTripCount (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | LoopUtils.h | 332 bool setLoopEstimatedTripCount(Loop *L, unsigned EstimatedTripCount,
|
| /src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | 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()
|
| H A D | LoopUnroll.cpp | 1031 setLoopEstimatedTripCount(L, *OriginalTripCount / ULO.Count, in UnrollLoop()
|