Searched refs:RetPos (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | Attributor.cpp | 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() [all …]
|