Home
last modified time | relevance | path

Searched refs:getLoopEstimatedTripCount (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h321 getLoopEstimatedTripCount(Loop *L,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopPeel.cpp392 Optional<unsigned> PeelCount = getLoopEstimatedTripCount(L); in computePeelCount()
H A DLoopUtils.cpp831 llvm::getLoopEstimatedTripCount(Loop *L, in getLoopEstimatedTripCount() function in llvm
1488 getLoopEstimatedTripCount(OrigLoop, &OrigLoopInvocationWeight); in setProfileInfoAfterUnrolling()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp969 if (auto ProfileTripCount = getLoopEstimatedTripCount(L)) { in computeUnrollCount()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp425 if (auto EstimatedTC = getLoopEstimatedTripCount(L)) in getSmallBestKnownTC()