Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h322 getLoopEstimatedTripCount(Loop *L,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnroll.cpp341 llvm::getLoopEstimatedTripCount(L, &EstimatedLoopInvocationWeight); in UnrollLoop()
H A DLoopPeel.cpp598 std::optional<unsigned> EstimatedTripCount = getLoopEstimatedTripCount(L); in computePeelCount()
H A DLoopUtils.cpp848 llvm::getLoopEstimatedTripCount(Loop *L, in getLoopEstimatedTripCount() function in llvm
1565 getLoopEstimatedTripCount(OrigLoop, &OrigLoopInvocationWeight); in setProfileInfoAfterUnrolling()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp1039 if (auto ProfileTripCount = getLoopEstimatedTripCount(L)) { in computeUnrollCount()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp443 if (auto EstimatedTC = getLoopEstimatedTripCount(L)) in getSmallBestKnownTC()
2117 if (auto EstimatedTC = getLoopEstimatedTripCount(OuterLoop)) in getCost()