Lines Matching defs:MaxNumPromotions
326 MaxNumPromotions("sample-profile-icp-max-prom", cl::init(3), cl::Hidden,
808 /// for \p Inst. If we already have at least MaxNumPromotions
814 MaxNumPromotions, TotalCount, true);
831 // If already have MaxNumPromotions promotion, don't do it anymore.
832 if (NumPromoted == MaxNumPromotions)
847 // Bail out early if MaxNumPromotions is zero.
851 // `MaxNumPromotions` inside it.
852 if (MaxNumPromotions == 0)
857 MaxNumPromotions, OldSum, true);
911 std::min(NewCallTargets.size(), static_cast<size_t>(MaxNumPromotions));
933 // Bail out early if MaxNumPromotions is zero.
935 if (MaxNumPromotions == 0)