Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CallFrameOptimization.cpp369 unsigned int MaxAdjust = TII->getFrameSize(*FrameSetup) >> Log2SlotSize; in collectCallInfo() local
372 if (!MaxAdjust) { in collectCallInfo()
406 if (MaxAdjust > 4) in collectCallInfo()
407 Context.ArgStoreVector.resize(MaxAdjust, nullptr); in collectCallInfo()