Home | History | Annotate | Download | only in Analysis

Lines Matching defs:AllocatedSize

105   uint64_t AllocatedSize;
214 AllocatedSize(0), NumInstructions(0), NumVectorInstructions(0),
344 AllocatedSize = SaturatingMultiplyAdd(
345 AllocSize->getLimitedValue(), DL.getTypeAllocSize(Ty), AllocatedSize);
354 AllocatedSize = SaturatingAdd(DL.getTypeAllocSize(Ty), AllocatedSize);
1135 AllocatedSize > InlineConstants::TotalAllocaSizeRecursiveCaller)