Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h254 Optional<unsigned> getLoopEstimatedTripCount(Loop *L);
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLoopUnrollPeel.cpp320 Optional<unsigned> PeelCount = getLoopEstimatedTripCount(L); in computePeelCount()
H A DLoopUtils.cpp616 Optional<unsigned> llvm::getLoopEstimatedTripCount(Loop *L) { in getLoopEstimatedTripCount() function in llvm
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp896 if (auto ProfileTripCount = getLoopEstimatedTripCount(L)) { in computeUnrollCount()
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp7228 auto EstimatedTC = getLoopEstimatedTripCount(L); in processLoop()