Lines Matching refs:RetPos
1576 const IRPosition &RetPos = IRPosition::returned(*RI->getFunction()); in isAssumedDead() local
1577 return isAssumedDead(RetPos, QueryingAA, FnLivenessAA, in isAssumedDead()
3432 IRPosition RetPos = IRPosition::returned(F); in identifyDefaultAbstractAttributes() local
3436 getOrCreateAAFor<AAIsDead>(RetPos); in identifyDefaultAbstractAttributes()
3440 getAssumedSimplified(RetPos, nullptr, UsedAssumedInformation, in identifyDefaultAbstractAttributes()
3444 checkAndQueryIRAttr<Attribute::NoUndef, AANoUndef>(RetPos, RetAttrs); in identifyDefaultAbstractAttributes()
3449 getOrCreateAAFor<AAAlign>(RetPos); in identifyDefaultAbstractAttributes()
3452 checkAndQueryIRAttr<Attribute::NonNull, AANonNull>(RetPos, RetAttrs); in identifyDefaultAbstractAttributes()
3455 checkAndQueryIRAttr<Attribute::NoAlias, AANoAlias>(RetPos, RetAttrs); in identifyDefaultAbstractAttributes()
3459 getOrCreateAAFor<AADereferenceable>(RetPos); in identifyDefaultAbstractAttributes()
3461 getOrCreateAAFor<AANoFPClass>(RetPos); in identifyDefaultAbstractAttributes()