llvm::MachineInstr::isConvergent

Return true if this instruction is convergent. Convergent instructions can not be made control-dependent on any additional values.

Synopsis

Declared in <llvm/CodeGen/MachineInstr.h>

bool
isConvergent(QueryType Type = AnyInBundle) const;

Parameters

NameDescription
TypeAPI for querying MachineInstr properties. They are the same as MCInstrDesc queries but they are bundle aware.