Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.h92 bool UseEstimate = false) const;
100 bool UseEstimate = false,
H A DPPCFrameLowering.cpp285 bool UseEstimate) const { in determineFrameLayoutAndUpdate()
287 uint64_t FrameSize = determineFrameLayout(MF, UseEstimate, in determineFrameLayoutAndUpdate()
298 bool UseEstimate, in determineFrameLayout() argument
305 UseEstimate ? MFI.estimateStackSize(MF) : MFI.getStackSize(); in determineFrameLayout()