Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h303 getLoopEstimatedTripCount(Loop *L,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopPeel.cpp392 Optional<unsigned> PeelCount = getLoopEstimatedTripCount(L); in computePeelCount()
H A DLoopUtils.cpp770 llvm::getLoopEstimatedTripCount(Loop *L, in getLoopEstimatedTripCount() function in llvm
1428 getLoopEstimatedTripCount(OrigLoop, &OrigLoopInvocationWeight); in setProfileInfoAfterUnrolling()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp977 if (auto ProfileTripCount = getLoopEstimatedTripCount(L)) { in computeUnrollCount()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp417 if (auto EstimatedTC = getLoopEstimatedTripCount(L)) in getSmallBestKnownTC()