Optional target hook that returns true if MBB is safe to outline from, and returns any target‐specific information in Flags.
Synopsis
Declared in <llvm/CodeGen/TargetInstrInfo.h>
virtual
bool
isMBBSafeToOutlineFrom(
MachineBasicBlock& MBB,
unsigned int& Flags) const;
Created with MrDocs