Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp2040 bool BigStack = (EstimatedStackSize + CSStackSize) > EstimatedStackSizeLimit; in determineCalleeSaves() local
2041 if (BigStack || !CanEliminateFrame || RegInfo->cannotEliminateFrame(MF)) in determineCalleeSaves()
2050 if (BigStack) { in determineCalleeSaves()