Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h314 getLoopEstimatedTripCount(Loop *L,
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp811 llvm::getLoopEstimatedTripCount(Loop *L, in getLoopEstimatedTripCount() function in llvm
1480 getLoopEstimatedTripCount(OrigLoop, &OrigLoopInvocationWeight); in setProfileInfoAfterUnrolling()
H A DLoopPeel.cpp572 std::optional<unsigned> EstimatedTripCount = getLoopEstimatedTripCount(L); in computePeelCount()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp1052 if (auto ProfileTripCount = getLoopEstimatedTripCount(L)) { in computeUnrollCount()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp412 if (auto EstimatedTC = getLoopEstimatedTripCount(L)) in getSmallBestKnownTC()