Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h324 getLoopEstimatedTripCount(Loop *L,
/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopPeel.cpp638 std::optional<unsigned> EstimatedTripCount = getLoopEstimatedTripCount(L); in computePeelCount()
H A DLoopUtils.cpp849 llvm::getLoopEstimatedTripCount(Loop *L, in getLoopEstimatedTripCount() function in llvm
1710 getLoopEstimatedTripCount(OrigLoop, &OrigLoopInvocationWeight); in setProfileInfoAfterUnrolling()
H A DLoopUnroll.cpp504 llvm::getLoopEstimatedTripCount(L, &EstimatedLoopInvocationWeight); in UnrollLoop()
/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp1085 if (auto ProfileTripCount = getLoopEstimatedTripCount(L)) { in computeUnrollCount()
H A DLoopStrengthReduce.cpp7128 if (std::optional<unsigned> SmallTC = getLoopEstimatedTripCount(L)) in canFoldTermCondOfLoop()
/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp434 if (auto EstimatedTC = getLoopEstimatedTripCount(L)) in getSmallBestKnownTC()
1990 if (auto EstimatedTC = getLoopEstimatedTripCount(OuterLoop)) in getCost()