Indicator whether an abstract state or the IR changed.
Synopsis
Declared in <llvm/Transforms/IPO/Attributor.h>
enum class ChangeStatus : int;
Members
Name |
Description |
|
The abstract state or IR changed. |
|
The abstract state or IR did not change. |
Non-Member Functions
Name |
Description |
Clamp state |
|
Return CHANGED only if both operands are CHANGED. |
|
Assign CHANGED only if both operands are CHANGED. |
|
Return CHANGED if either operand is CHANGED. |
|
Assign CHANGED if either operand is CHANGED. |
Created with MrDocs