Searched refs:getLoopEstimatedTripCount (Results 1 – 7 of 7) sorted by relevance
324 getLoopEstimatedTripCount(Loop *L,
638 std::optional<unsigned> EstimatedTripCount = getLoopEstimatedTripCount(L); in computePeelCount()
849 llvm::getLoopEstimatedTripCount(Loop *L, in getLoopEstimatedTripCount() function in llvm1710 getLoopEstimatedTripCount(OrigLoop, &OrigLoopInvocationWeight); in setProfileInfoAfterUnrolling()
504 llvm::getLoopEstimatedTripCount(L, &EstimatedLoopInvocationWeight); in UnrollLoop()
1085 if (auto ProfileTripCount = getLoopEstimatedTripCount(L)) { in computeUnrollCount()
7128 if (std::optional<unsigned> SmallTC = getLoopEstimatedTripCount(L)) in canFoldTermCondOfLoop()
434 if (auto EstimatedTC = getLoopEstimatedTripCount(L)) in getSmallBestKnownTC()1990 if (auto EstimatedTC = getLoopEstimatedTripCount(OuterLoop)) in getCost()