Searched refs:RedZone (Results 1 – 1 of 1) sorted by relevance
2163 bool RedZone = canUseRedZone(MF); in emitEpilogue() local2166 if (RedZone && AfterCSRPopSize == 0) in emitEpilogue()2174 int64_t StackRestoreBytes = RedZone ? 0 : NumBytes; in emitEpilogue()2182 StackOffset::getFixed((RedZone ? 0 : NumBytes) + PrologueSaveSize)); in emitEpilogue()