Return true if this instruction stops fall-through to the next instruction.
Declared in <llvm/CodeGen/MachineInstr.h>
bool
isBarrier(QueryType Type = AnyInBundle) const;
Examples include unconditional branches and returns.
True if this is a barrier.
| Name | Description |
|---|---|
| Type | How to query when this instruction is part of a bundle. |