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 |
|
The instruction has no observable effect. |
|
The instruction may be removed. |
|
The instruction is dead. |
Created with MrDocs