Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.h93 bool UseEstimate = false) const;
101 bool UseEstimate = false,
H A DPPCFrameLowering.cpp286 bool UseEstimate) const { in determineFrameLayoutAndUpdate()
288 uint64_t FrameSize = determineFrameLayout(MF, UseEstimate, in determineFrameLayoutAndUpdate()
299 bool UseEstimate, in determineFrameLayout() argument
306 UseEstimate ? MFI.estimateStackSize(MF) : MFI.getStackSize(); in determineFrameLayout()