Return true if the function should be outlined from by default.
Synopsis
Declared in <llvm/CodeGen/TargetInstrInfo.h>
virtual
bool
shouldOutlineFromFunctionByDefault(MachineFunction& MF) const;
Return Value
True if the function should be outlined from by default.
Parameters
Name |
Description |
MF |
Machine function being queried. |
Created with MrDocs