Return true if this instruction is convergent. Convergent instructions can not be made control-dependent on any additional values.
Declared in <llvm/CodeGen/MachineInstr.h>
bool
isConvergent(QueryType Type = AnyInBundle) const;
| Name | Description |
|---|---|
| Type | API for querying MachineInstr properties. They are the same as MCInstrDesc queries but they are bundle aware. |