Searched refs:SizeLimit (Results 1 – 3 of 3) sorted by relevance
94 cl::opt<unsigned> SizeLimit("eif-limit", cl::init(6), cl::Hidden, variable514 if (TotalIn >= SizeLimit+Spare) in isProfitable()542 if (TotalIn+TotalPh >= SizeLimit+Spare) in isProfitable()
895 uint64_t SizeLimit = 32; in shouldUseMemSetPlusStoresToInitialize() local897 return GlobalSize > SizeLimit && in shouldUseMemSetPlusStoresToInitialize()
6559 ABIArgInfo classifyType(QualType RetTy, unsigned SizeLimit) const;6673 SparcV9ABIInfo::classifyType(QualType Ty, unsigned SizeLimit) const { in classifyType()6681 if (Size > SizeLimit) in classifyType()