Home
last modified time | relevance | path

Searched refs:RedZone (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp1874 bool RedZone = canUseRedZone(MF); in emitEpilogue() local
1877 if (RedZone && AfterCSRPopSize == 0) in emitEpilogue()
1881 int64_t StackRestoreBytes = RedZone ? 0 : NumBytes; in emitEpilogue()