Searched defs:SizeLimit (Results 1 – 5 of 5) sorted by relevance
134 unsigned SizeLimit = FuncSize * ProfileInlineGrowthLimit; in processFunction() local
103 static cl::opt<unsigned> SizeLimit("eif-limit", cl::init(6), cl::Hidden, variable
972 uint64_t SizeLimit = 32; in shouldUseBZeroPlusStoresToInitialize() local986 uint64_t SizeLimit = 32; in shouldUseMemSetToInitialize() local
1334 unsigned SizeLimit = F.getInstructionCount() * ProfileInlineGrowthLimit; in inlineHotFunctionsWithPriority() local
62 ContiguousBlobAccumulator(uint64_t BaseOffset, uint64_t SizeLimit) in ContiguousBlobAccumulator()