Lines Matching refs:CBArgPos
3561 IRPosition CBArgPos = IRPosition::callsite_argument(CB, I); in identifyDefaultAbstractAttributes() local
3565 getOrCreateAAFor<AAIsDead>(CBArgPos); in identifyDefaultAbstractAttributes()
3571 getAssumedSimplified(CBArgPos, /* AA */ nullptr, UsedAssumedInformation, in identifyDefaultAbstractAttributes()
3575 checkAndQueryIRAttr<Attribute::NoUndef, AANoUndef>(CBArgPos, CBArgAttrs); in identifyDefaultAbstractAttributes()
3581 getOrCreateAAFor<AANoFPClass>(CBArgPos); in identifyDefaultAbstractAttributes()
3587 checkAndQueryIRAttr<Attribute::NonNull, AANonNull>(CBArgPos, CBArgAttrs); in identifyDefaultAbstractAttributes()
3590 checkAndQueryIRAttr<Attribute::NoCapture, AANoCapture>(CBArgPos, in identifyDefaultAbstractAttributes()
3594 checkAndQueryIRAttr<Attribute::NoAlias, AANoAlias>(CBArgPos, CBArgAttrs); in identifyDefaultAbstractAttributes()
3597 getOrCreateAAFor<AADereferenceable>(CBArgPos); in identifyDefaultAbstractAttributes()
3600 getOrCreateAAFor<AAAlign>(CBArgPos); in identifyDefaultAbstractAttributes()
3605 getOrCreateAAFor<AAMemoryBehavior>(CBArgPos); in identifyDefaultAbstractAttributes()
3608 checkAndQueryIRAttr<Attribute::NoFree, AANoFree>(CBArgPos, CBArgAttrs); in identifyDefaultAbstractAttributes()