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

References

lib/Target/ARM/ARMFrameLowering.cpp
 1834       EstimatedRSStackSizeLimit = (1U << 5) * 4;
 1836       EstimatedRSStackSizeLimit = (1U << 8) * 4;
 1839     EstimatedRSStackSizeLimit =
 1841     EstimatedRSFixedSizeLimit = EstimatedRSStackSizeLimit;
 1845   bool HasLargeStack = EstimatedStackSize > EstimatedRSStackSizeLimit;
 1867   LLVM_DEBUG(dbgs() << "EstimatedLimit: " << EstimatedRSStackSizeLimit