Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h329 bool setLoopEstimatedTripCount(Loop *L, unsigned EstimatedTripCount,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp863 bool llvm::setLoopEstimatedTripCount(Loop *L, unsigned EstimatedTripCount, in setLoopEstimatedTripCount() function in llvm
1497 setLoopEstimatedTripCount(UnrolledLoop, UnrolledAverageTripCount, in setProfileInfoAfterUnrolling()
1499 setLoopEstimatedTripCount(RemainderLoop, RemainderAverageTripCount, in setProfileInfoAfterUnrolling()