reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Analysis/InlineCost.cpp
  438       AllocatedSize = SaturatingMultiplyAdd(
  440           AllocatedSize);
  448     AllocatedSize = SaturatingAdd(DL.getTypeAllocSize(Ty).getFixedSize(),
  449                                   AllocatedSize);
 1623         AllocatedSize > InlineConstants::TotalAllocaSizeRecursiveCaller) {