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;

Return Value

True if the given instruction is terminator that is unspillable, according to isUnspillableTerminatorImpl.

Parameters

Name

Description

MI

Machine instruction being queried or modified.

Created with MrDocs