llvm::TargetLoweringBase::hasInlineStackProbe

Return true if the target emits inline stack probes instead of calling a probe function.

Synopsis

Declared in <llvm/CodeGen/TargetLowering.h>

virtual
bool
hasInlineStackProbe(MachineFunction const& MF) const;

Return Value

True if the target emits inline stack probes instead of calling a probe function.

Parameters

NameDescription
MFMachine function being lowered.