Home
last modified time | relevance | path

Searched refs:RetPos (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp1585 const IRPosition &RetPos = IRPosition::returned(*RI->getFunction()); in isAssumedDead() local
1586 return isAssumedDead(RetPos, QueryingAA, FnLivenessAA, in isAssumedDead()
3424 IRPosition RetPos = IRPosition::returned(F); in identifyDefaultAbstractAttributes() local
3428 getOrCreateAAFor<AAIsDead>(RetPos); in identifyDefaultAbstractAttributes()
3432 getAssumedSimplified(RetPos, nullptr, UsedAssumedInformation, in identifyDefaultAbstractAttributes()
3436 checkAndQueryIRAttr<Attribute::NoUndef, AANoUndef>(RetPos, RetAttrs); in identifyDefaultAbstractAttributes()
3441 getOrCreateAAFor<AAAlign>(RetPos); in identifyDefaultAbstractAttributes()
3444 checkAndQueryIRAttr<Attribute::NonNull, AANonNull>(RetPos, RetAttrs); in identifyDefaultAbstractAttributes()
3447 checkAndQueryIRAttr<Attribute::NoAlias, AANoAlias>(RetPos, RetAttrs); in identifyDefaultAbstractAttributes()
3451 getOrCreateAAFor<AADereferenceable>(RetPos); in identifyDefaultAbstractAttributes()
[all …]