Searched refs:getLoopEstimatedTripCount (Results 1 – 7 of 7) sorted by relevance
114 if (std::optional<unsigned> SmallTC = getLoopEstimatedTripCount(L)) in canFoldTermCondOfLoop()
1086 if (auto ProfileTripCount = getLoopEstimatedTripCount(L)) { in computeUnrollCount()
331 getLoopEstimatedTripCount(Loop *L,
500 llvm::getLoopEstimatedTripCount(L, &EstimatedLoopInvocationWeight); in UnrollLoop()
841 llvm::getLoopEstimatedTripCount(Loop *L, in getLoopEstimatedTripCount() function in llvm1776 getLoopEstimatedTripCount(OrigLoop, &OrigLoopInvocationWeight); in setProfileInfoAfterUnrolling()
723 std::optional<unsigned> EstimatedTripCount = getLoopEstimatedTripCount(L); in computePeelCount()
441 if (auto EstimatedTC = getLoopEstimatedTripCount(L)) in getSmallBestKnownTC()