Lines Matching defs:MaxNumPromotions
326 MaxNumPromotions("sample-profile-icp-max-prom", cl::init(3), cl::Hidden,
801 /// for \p Inst. If we already have at least MaxNumPromotions
807 MaxNumPromotions, TotalCount, true);
824 // If already have MaxNumPromotions promotion, don't do it anymore.
825 if (NumPromoted == MaxNumPromotions)
840 // Bail out early if MaxNumPromotions is zero.
844 // `MaxNumPromotions` inside it.
845 if (MaxNumPromotions == 0)
850 MaxNumPromotions, OldSum, true);
904 std::min(NewCallTargets.size(), static_cast<size_t>(MaxNumPromotions));
926 // Bail out early if MaxNumPromotions is zero.
928 if (MaxNumPromotions == 0)