isImpliedByIR overloads
Declared in <llvm/Transforms/IPO/Attributor.h>
See AbstractAttribute::isImpliedByIR(...).
static
bool
isImpliedByIR(
Attributor& A,
IRPosition const& IRP,
Attribute::AttrKind ImpliedAttributeKind,
bool IgnoreSubsumingPositions = false);
» more...
Return true if the IR already implies this attribute.
static
bool
isImpliedByIR(
Attributor& A,
IRPosition const& IRP,
Attribute::AttrKind ImpliedAttributeKind = AK,
bool IgnoreSubsumingPositions = false);
» more...
| Name | Description |
|---|---|
| A | The Attributor managing the analysis. |
| IRP | The IR position of interest. |
| ImpliedAttributeKind | The IR attribute kind being checked. |
| IgnoreSubsumingPositions | If true, ignore subsuming IR positions. |