Searched refs:RedZoneSize (Results 1 – 5 of 5) sorted by relevance
90 BytesAllocated(Old.BytesAllocated), RedZoneSize(Old.RedZoneSize) { in BumpPtrAllocatorImpl()109 RedZoneSize = RHS.RedZoneSize;158 SizeToAllocate += RedZoneSize; in Allocate()298 RedZoneSize = NewSize; in setRedZoneSize()328 size_t RedZoneSize = 1; variable
28 static const size_t RedZoneSize = 128;
176 bool CanUseRedZone = MFI.getStackSize() <= RedZoneSize && !MFI.hasCalls() && in getSPReg()
2211 unsigned RedZoneSize = in findMatchingUpdateInsnBackward() local2233 if (MemAcessBeforeSPPreInc && MBBI->getOperand(2).getImm() > RedZoneSize) in findMatchingUpdateInsnBackward()
457 const unsigned RedZoneSize = in canUseRedZone() local459 if (!RedZoneSize) in canUseRedZone()474 return !(MFI.hasCalls() || hasFP(MF) || NumBytes > RedZoneSize || in canUseRedZone()