Return true if this branch always transfers control to another block.
Declared in <llvm/CodeGen/MachineInstr.h>
bool
isUnconditionalBranch(QueryType Type = AnyInBundle) const;
Use TargetInstrInfo::analyzeBranch for more detail.
True if this is an unconditional branch.
| Name | Description |
|---|---|
| Type | How to query when this instruction is part of a bundle. |