Lines Matching refs:checkAndQueryIRAttr

3337 void Attributor::checkAndQueryIRAttr(const IRPosition &IRP,  in checkAndQueryIRAttr()  function in Attributor
3383 checkAndQueryIRAttr<Attribute::MustProgress, AAMustProgress>(FPos, FnAttrs); in identifyDefaultAbstractAttributes()
3386 checkAndQueryIRAttr<Attribute::NoFree, AANoFree>(FPos, FnAttrs); in identifyDefaultAbstractAttributes()
3389 checkAndQueryIRAttr<Attribute::WillReturn, AAWillReturn>(FPos, FnAttrs); in identifyDefaultAbstractAttributes()
3392 checkAndQueryIRAttr<Attribute::NoSync, AANoSync>(FPos, FnAttrs); in identifyDefaultAbstractAttributes()
3400 checkAndQueryIRAttr<Attribute::NoUnwind, AANoUnwind>(FPos, FnAttrs); in identifyDefaultAbstractAttributes()
3403 checkAndQueryIRAttr<Attribute::NoReturn, AANoReturn>(FPos, FnAttrs); in identifyDefaultAbstractAttributes()
3406 checkAndQueryIRAttr<Attribute::NoRecurse, AANoRecurse>(FPos, FnAttrs); in identifyDefaultAbstractAttributes()
3444 checkAndQueryIRAttr<Attribute::NoUndef, AANoUndef>(RetPos, RetAttrs); in identifyDefaultAbstractAttributes()
3452 checkAndQueryIRAttr<Attribute::NonNull, AANonNull>(RetPos, RetAttrs); in identifyDefaultAbstractAttributes()
3455 checkAndQueryIRAttr<Attribute::NoAlias, AANoAlias>(RetPos, RetAttrs); in identifyDefaultAbstractAttributes()
3474 checkAndQueryIRAttr<Attribute::NoFree, AANoFree>(ArgPos, ArgAttrs); in identifyDefaultAbstractAttributes()
3489 checkAndQueryIRAttr<Attribute::NoUndef, AANoUndef>(ArgPos, ArgAttrs); in identifyDefaultAbstractAttributes()
3493 checkAndQueryIRAttr<Attribute::NonNull, AANonNull>(ArgPos, ArgAttrs); in identifyDefaultAbstractAttributes()
3496 checkAndQueryIRAttr<Attribute::NoAlias, AANoAlias>(ArgPos, ArgAttrs); in identifyDefaultAbstractAttributes()
3505 checkAndQueryIRAttr<Attribute::NoCapture, AANoCapture>(ArgPos, ArgAttrs); in identifyDefaultAbstractAttributes()
3512 checkAndQueryIRAttr<Attribute::NoFree, AANoFree>(ArgPos, ArgAttrs); in identifyDefaultAbstractAttributes()
3575 checkAndQueryIRAttr<Attribute::NoUndef, AANoUndef>(CBArgPos, CBArgAttrs); 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()
3608 checkAndQueryIRAttr<Attribute::NoFree, AANoFree>(CBArgPos, CBArgAttrs); in identifyDefaultAbstractAttributes()