Return true if the given instruction is terminator that is unspillable, according to isUnspillableTerminatorImpl.
Synopsis
Declared in <llvm/CodeGen/TargetInstrInfo.h>
bool
isUnspillableTerminator(MachineInstr const* MI) const;
Parameters
Name |
Description |
MI |
Representation of each machine instruction. |
Created with MrDocs