Searched refs:getLoopEstimatedTripCount (Results 1 – 5 of 5) sorted by relevance
267 Optional<unsigned> getLoopEstimatedTripCount(Loop *L);
377 Optional<unsigned> PeelCount = getLoopEstimatedTripCount(L); in computePeelCount()
691 Optional<unsigned> llvm::getLoopEstimatedTripCount(Loop *L) { in getLoopEstimatedTripCount() function in llvm
941 if (auto ProfileTripCount = getLoopEstimatedTripCount(L)) { in computeUnrollCount()
372 if (auto EstimatedTC = getLoopEstimatedTripCount(L)) in getSmallBestKnownTC()