Searched refs:SizeLimit (Results 1 – 6 of 6) sorted by relevance
92 cl::opt<unsigned> SizeLimit("eif-limit", cl::init(6), cl::Hidden, variable512 if (TotalIn >= SizeLimit+Spare) in isProfitable()540 if (TotalIn+TotalPh >= SizeLimit+Spare) in isProfitable()
104 static cl::opt<unsigned> SizeLimit("eif-limit", cl::init(6), cl::Hidden, variable558 if (TotalIn >= SizeLimit+Spare) in isProfitable()586 if (TotalIn+TotalPh >= SizeLimit+Spare) in isProfitable()
255 public int SizeLimit { get { return sizeLimit; } } property in Google.Protobuf.CodedInputStream
328 public void SizeLimit() in SizeLimit() method in Google.Protobuf.CodedInputStreamTest
895 uint64_t SizeLimit = 32; in shouldUseMemSetPlusStoresToInitialize() local897 return GlobalSize > SizeLimit && in shouldUseMemSetPlusStoresToInitialize()
6991 ABIArgInfo classifyType(QualType RetTy, unsigned SizeLimit) const;7105 SparcV9ABIInfo::classifyType(QualType Ty, unsigned SizeLimit) const { in classifyType()7113 if (Size > SizeLimit) in classifyType()