Return true if this call cannot be tail merged.

Synopsis

Declared in <llvm/IR/InstrTypes.h>

bool
cannotMerge() const;

Return Value

True if the nomerge attribute is present.

Created with MrDocs