Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h315 getLoopEstimatedTripCount(Loop *L,
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLoopPeel.cpp463 Optional<unsigned> EstimatedTripCount = getLoopEstimatedTripCount(L); in computePeelCount()
H A DLoopUtils.cpp812 llvm::getLoopEstimatedTripCount(Loop *L, in getLoopEstimatedTripCount() function in llvm
1481 getLoopEstimatedTripCount(OrigLoop, &OrigLoopInvocationWeight); in setProfileInfoAfterUnrolling()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp1051 if (auto ProfileTripCount = getLoopEstimatedTripCount(L)) { in computeUnrollCount()
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp407 if (auto EstimatedTC = getLoopEstimatedTripCount(L)) in getSmallBestKnownTC()