Tracks whether abstract attribute state changed.

Synopsis

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

enum class ChangeStatus : int;

Members

Name

CHANGED

UNCHANGED

Non-Member Functions

Name

Description

clampStateAndIndicateChange

Helper function to clamp a state S of type StateType with the information in R and indicate/return if S did change (as‐in update is required to be run again).

operator&

Bitwise conjunction operator

operator&=

Bitwise conjunction assignment operator

operator|

Bitwise disjunction operator

operator|=

Bitwise disjunction assignment operator

Created with MrDocs