llvm::MachineInstr::isConvergent

Return true if this instruction is convergent.

Synopsis

Declared in <llvm/CodeGen/MachineInstr.h>

bool
isConvergent(QueryType Type = AnyInBundle) const;

Description

Convergent instructions cannot be made control-dependent on new values.

Return Value

True if the instruction is convergent.

Parameters

NameDescription
TypeHow to query when this instruction is part of a bundle.