An abstract interface for value simplify abstract attribute.
Declared in <llvm/Transforms/IPO/Attributor.h>
struct AAValueSimplify
: StateWrapper<ValueSimplifyStateType, AbstractAttribute, Type*>
| Name | Description |
|---|---|
StateWrapper<ValueSimplifyStateType, AbstractAttribute, Type*> | Helper to tie a abstract state implementation to an abstract attribute. |
| Name | Description |
|---|---|
Base | Base type of this abstract attribute. |
StateType | Provide static access to the type of the state. |
| Name | Description |
|---|---|
AAValueSimplify [constructor] | Create a AAValueSimplify for the position IRP. |
getIdAddr [virtual] | See AbstractAttribute::getIdAddr() |
getName [virtual] | See AbstractAttribute::getName() |
getState | See AbstractAttribute::getState(...). |
| Name | Description |
|---|---|
classof | This function should return true if the type of the AA is AAValueSimplify |
createForPosition | Create an abstract attribute view for the position IRP. |
| Name | Description |
|---|---|
ID | Unique ID (due to the unique address) |
| Name | Description |
|---|---|
llvm::Attributor | The fixpoint analysis framework that orchestrates the attribute deduction. |