Return true if this instruction is part of a basic-block terminator.
Declared in <llvm/CodeGen/MachineInstr.h>
bool
isTerminator(QueryType Type = AnyInBundle) const;
Typically returns and branches. Passes use this to insert code before control flow.
True if this is a terminator.
| Name | Description |
|---|---|
| Type | How to query when this instruction is part of a bundle. |