State encoding bits. A set bit in the state means the property holds.

Synopsis

Declared in <llvm/Transforms/IPO/Attributor.h>

enum Unnamed enum;

Members

Name

Description

HAS_NO_EFFECT

The instruction has no observable effect.

IS_REMOVABLE

The instruction may be removed.

IS_DEAD

The instruction is dead.

Created with MrDocs