Return true if this instruction cannot be safely duplicated. For example, if the instruction has a unique labels attached to it, duplicating it would cause multiple definition errors.

Synopsis

Declared in <llvm/CodeGen/MachineInstr.h>

bool
isNotDuplicable(QueryType Type = AnyInBundle) const;

Parameters

Name

Description

Type

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

Created with MrDocs