Searched refs:RedZoneSize (Results 1 – 5 of 5) sorted by relevance
92 BytesAllocated(Old.BytesAllocated), RedZoneSize(Old.RedZoneSize) { in BumpPtrAllocatorImpl()111 RedZoneSize = RHS.RedZoneSize;155 SizeToAllocate += RedZoneSize; in Allocate()288 RedZoneSize = NewSize; in setRedZoneSize()318 size_t RedZoneSize = 1; variable
28 static const size_t RedZoneSize = 128;
121 bool CanUseRedZone = MFI.getStackSize() <= RedZoneSize && !MFI.hasCalls() && in needsSPWriteback()
1995 unsigned RedZoneSize = in findMatchingUpdateInsnBackward() local2017 if (MemAcessBeforeSPPreInc && MBBI->getOperand(2).getImm() > RedZoneSize) in findMatchingUpdateInsnBackward()
344 const unsigned RedZoneSize = in canUseRedZone() local346 if (!RedZoneSize) in canUseRedZone()353 return !(MFI.hasCalls() || hasFP(MF) || NumBytes > RedZoneSize || in canUseRedZone()