Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86FrameLowering.cpp802 uint64_t AlignedNumBytes = NumBytes; in emitPrologue() local
804 AlignedNumBytes = RoundUpToAlignment(AlignedNumBytes, MaxAlign); in emitPrologue()
805 if (AlignedNumBytes >= StackProbeSize && UseStackProbe) { in emitPrologue()