Test if the given instruction should be considered a scheduling boundary. This primarily includes labels and terminators.
Synopsis
Declared in <llvm/CodeGen/TargetInstrInfo.h>
virtual
bool
isSchedulingBoundary(
MachineInstr const& MI,
MachineBasicBlock const* MBB,
MachineFunction const& MF) const;
Parameters
Name |
Description |
MI |
Representation of each machine instruction. |
Created with MrDocs