Searched refs:getLoopEstimatedTripCount (Results 1 – 5 of 5) sorted by relevance
491 Optional<unsigned> getLoopEstimatedTripCount(Loop *L);
320 Optional<unsigned> PeelCount = getLoopEstimatedTripCount(L); in computePeelCount()
1489 Optional<unsigned> llvm::getLoopEstimatedTripCount(Loop *L) { in getLoopEstimatedTripCount() function in llvm
894 if (auto ProfileTripCount = getLoopEstimatedTripCount(L)) { in computeUnrollCount()
7367 auto EstimatedTC = getLoopEstimatedTripCount(L); in processLoop()