Searched refs:getLoopEstimatedTripCount (Results 1 – 5 of 5) sorted by relevance
314 getLoopEstimatedTripCount(Loop *L,
811 llvm::getLoopEstimatedTripCount(Loop *L, in getLoopEstimatedTripCount() function in llvm1480 getLoopEstimatedTripCount(OrigLoop, &OrigLoopInvocationWeight); in setProfileInfoAfterUnrolling()
572 std::optional<unsigned> EstimatedTripCount = getLoopEstimatedTripCount(L); in computePeelCount()
1052 if (auto ProfileTripCount = getLoopEstimatedTripCount(L)) { in computeUnrollCount()
412 if (auto EstimatedTC = getLoopEstimatedTripCount(L)) in getSmallBestKnownTC()