Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h323 bool setLoopEstimatedTripCount(Loop *L, unsigned EstimatedTripCount,
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp830 bool llvm::setLoopEstimatedTripCount(Loop *L, unsigned EstimatedTripCount, in setLoopEstimatedTripCount() function in llvm
1490 setLoopEstimatedTripCount(UnrolledLoop, UnrolledAverageTripCount, in setProfileInfoAfterUnrolling()
1492 setLoopEstimatedTripCount(RemainderLoop, RemainderAverageTripCount, in setProfileInfoAfterUnrolling()