Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h322 bool setLoopEstimatedTripCount(Loop *L, unsigned EstimatedTripCount,
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp829 bool llvm::setLoopEstimatedTripCount(Loop *L, unsigned EstimatedTripCount, in setLoopEstimatedTripCount() function in llvm
1489 setLoopEstimatedTripCount(UnrolledLoop, UnrolledAverageTripCount, in setProfileInfoAfterUnrolling()
1491 setLoopEstimatedTripCount(RemainderLoop, RemainderAverageTripCount, in setProfileInfoAfterUnrolling()