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