Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCFrameLowering.h88 bool UseEstimate = false) const;
96 bool UseEstimate = false,
HDPPCFrameLowering.cpp459 bool UseEstimate) const { in determineFrameLayoutAndUpdate()
461 unsigned FrameSize = determineFrameLayout(MF, UseEstimate, in determineFrameLayoutAndUpdate()
472 bool UseEstimate, in determineFrameLayout() argument
479 UseEstimate ? MFI.estimateStackSize(MF) : MFI.getStackSize(); in determineFrameLayout()