Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h332 bool setLoopEstimatedTripCount(Loop *L, unsigned EstimatedTripCount,
/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp867 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 DLoopUnroll.cpp1031 setLoopEstimatedTripCount(L, *OriginalTripCount / ULO.Count, in UnrollLoop()