Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchFrameLowering.cpp163 unsigned EstimateStackSize = MFI.estimateStackSize(MF); in processFunctionBeforeFrameFinalized() local
164 if (!isInt<11>(EstimateStackSize) || in processFunctionBeforeFrameFinalized()
166 !isInt<7>(EstimateStackSize))) in processFunctionBeforeFrameFinalized()