Searched refs:getLoopEstimatedTripCount (Results 1 – 5 of 5) sorted by relevance
315 getLoopEstimatedTripCount(Loop *L,
463 Optional<unsigned> EstimatedTripCount = getLoopEstimatedTripCount(L); in computePeelCount()
812 llvm::getLoopEstimatedTripCount(Loop *L, in getLoopEstimatedTripCount() function in llvm1481 getLoopEstimatedTripCount(OrigLoop, &OrigLoopInvocationWeight); in setProfileInfoAfterUnrolling()
1051 if (auto ProfileTripCount = getLoopEstimatedTripCount(L)) { in computeUnrollCount()
407 if (auto EstimatedTC = getLoopEstimatedTripCount(L)) in getSmallBestKnownTC()