Searched refs:getLoopEstimatedTripCount (Results 1 – 5 of 5) sorted by relevance
321 getLoopEstimatedTripCount(Loop *L,
392 Optional<unsigned> PeelCount = getLoopEstimatedTripCount(L); in computePeelCount()
831 llvm::getLoopEstimatedTripCount(Loop *L, in getLoopEstimatedTripCount() function in llvm1488 getLoopEstimatedTripCount(OrigLoop, &OrigLoopInvocationWeight); in setProfileInfoAfterUnrolling()
969 if (auto ProfileTripCount = getLoopEstimatedTripCount(L)) { in computeUnrollCount()
425 if (auto EstimatedTC = getLoopEstimatedTripCount(L)) in getSmallBestKnownTC()