Searched refs:getLoopEstimatedTripCount (Results 1 – 6 of 6) sorted by relevance
322 getLoopEstimatedTripCount(Loop *L,
341 llvm::getLoopEstimatedTripCount(L, &EstimatedLoopInvocationWeight); in UnrollLoop()
598 std::optional<unsigned> EstimatedTripCount = getLoopEstimatedTripCount(L); in computePeelCount()
848 llvm::getLoopEstimatedTripCount(Loop *L, in getLoopEstimatedTripCount() function in llvm1565 getLoopEstimatedTripCount(OrigLoop, &OrigLoopInvocationWeight); in setProfileInfoAfterUnrolling()
1039 if (auto ProfileTripCount = getLoopEstimatedTripCount(L)) { in computeUnrollCount()
443 if (auto EstimatedTC = getLoopEstimatedTripCount(L)) in getSmallBestKnownTC()2117 if (auto EstimatedTC = getLoopEstimatedTripCount(OuterLoop)) in getCost()