Return true if the target emits inline stack probes instead of calling a probe function.
Declared in <llvm/CodeGen/TargetLowering.h>
virtual
bool
hasInlineStackProbe(MachineFunction const& MF) const;
True if the target emits inline stack probes instead of calling a probe function.
| Name | Description |
|---|---|
| MF | Machine function being lowered. |