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
Return true if this call cannot be tail merged.
Declared in <llvm/IR/InstrTypes.h>
bool
cannotMerge() const;
True if the nomerge attribute is present.
Created with MrDocs