Return true if this instruction cannot be safely duplicated.

Synopsis

Declared in <llvm/CodeGen/MachineInstr.h>

bool
isNotDuplicable(QueryType Type = AnyInBundle) const;

Description

For example, unique labels would cause multiple‐definition errors.

Return Value

True if duplication is unsafe.

Parameters

Name

Description

Type

How to query when this instruction is part of a bundle.

Created with MrDocs