Create an abstract attribute view for the position IRP.
Synopsis
Declared in <llvm/Transforms/IPO/Attributor.h>
static
AAIndirectCallInfo&
createForPosition(
IRPosition const& IRP,
Attributor& A);
Return Value
A reference to the created abstract attribute.
Parameters
Name |
Description |
IRP |
The IR position of interest. |
A |
The Attributor managing the analysis. |
Created with MrDocs