Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp469 const IRPosition &ACSArgPos = IRPosition::callsite_argument(ACS, ArgNo); in clampCallSiteArgumentStates() local
472 if (ACSArgPos.getPositionKind() == IRPosition::IRP_INVALID) in clampCallSiteArgumentStates()
476 A.getAAFor<AAType>(QueryingAA, ACSArgPos, DepClassTy::REQUIRED); in clampCallSiteArgumentStates()
478 << " AA: " << AA.getAsStr() << " @" << ACSArgPos << "\n"); in clampCallSiteArgumentStates()
5551 const IRPosition &ACSArgPos = in updateImpl() local
5555 if (ACSArgPos.getPositionKind() == IRPosition::IRP_INVALID) in updateImpl()
5564 A.getAssumedConstant(ACSArgPos, *this, UsedAssumedInformation); in updateImpl()
6438 IRPosition ACSArgPos = IRPosition::callsite_argument(ACS, ArgNo); in identifyPrivatizableType() local
6441 if (ACSArgPos.getPositionKind() == IRPosition::IRP_INVALID) in identifyPrivatizableType()
6446 A.getAAFor<AAPrivatizablePtr>(*this, ACSArgPos, DepClassTy::REQUIRED); in identifyPrivatizableType()
[all …]