llvm::CallBase::getConvergenceControlToken

Return the convergence control token for this call, if it exists.

Synopsis

Declared in <llvm/IR/InstrTypes.h>

Value*
getConvergenceControlToken() const;

Return Value

The convergence control token, or null if none is attached.