Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp1236 uint64_t AlignedNumBytes = NumBytes; in emitPrologue() local
1238 AlignedNumBytes = alignTo(AlignedNumBytes, MaxAlign); in emitPrologue()
1239 if (AlignedNumBytes >= StackProbeSize && UseStackProbe) { in emitPrologue()