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.cpp1576 const IRPosition &RetPos = IRPosition::returned(*RI->getFunction()); in isAssumedDead() local
1577 return isAssumedDead(RetPos, QueryingAA, FnLivenessAA, in isAssumedDead()
3437 IRPosition RetPos = IRPosition::returned(F); in identifyDefaultAbstractAttributes() local
3441 getOrCreateAAFor<AAIsDead>(RetPos); in identifyDefaultAbstractAttributes()
3445 getAssumedSimplified(RetPos, nullptr, UsedAssumedInformation, in identifyDefaultAbstractAttributes()
3449 checkAndQueryIRAttr<Attribute::NoUndef, AANoUndef>(RetPos, RetAttrs); in identifyDefaultAbstractAttributes()
3454 getOrCreateAAFor<AAAlign>(RetPos); in identifyDefaultAbstractAttributes()
3457 checkAndQueryIRAttr<Attribute::NonNull, AANonNull>(RetPos, RetAttrs); in identifyDefaultAbstractAttributes()
3460 checkAndQueryIRAttr<Attribute::NoAlias, AANoAlias>(RetPos, RetAttrs); in identifyDefaultAbstractAttributes()
3464 getOrCreateAAFor<AADereferenceable>(RetPos); in identifyDefaultAbstractAttributes()
[all …]