Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp2039 unsigned EstimatedStackSizeLimit = estimateRSStackSizeLimit(MF); in determineCalleeSaves() local
2040 bool BigStack = (EstimatedStackSize + CSStackSize) > EstimatedStackSizeLimit; in determineCalleeSaves()