Searched refs:CBArgAttrs (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | Attributor.cpp | 3555 AttributeSet CBArgAttrs = CBAttrs.getParamAttrs(I); in identifyDefaultAbstractAttributes() local 3568 checkAndQueryIRAttr<Attribute::NoUndef, AANoUndef>(CBArgPos, CBArgAttrs); in identifyDefaultAbstractAttributes() 3580 checkAndQueryIRAttr<Attribute::NonNull, AANonNull>(CBArgPos, CBArgAttrs); in identifyDefaultAbstractAttributes() 3584 CBArgPos, CBArgAttrs, /*SkipHasAttrCheck=*/true); in identifyDefaultAbstractAttributes() 3587 checkAndQueryIRAttr<Attribute::NoAlias, AANoAlias>(CBArgPos, CBArgAttrs); in identifyDefaultAbstractAttributes() 3601 checkAndQueryIRAttr<Attribute::NoFree, AANoFree>(CBArgPos, CBArgAttrs); in identifyDefaultAbstractAttributes()
|