Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp507 const IRPosition &ACSArgPos = IRPosition::callsite_argument(ACS, ArgNo); in clampCallSiteArgumentStates() local
510 if (ACSArgPos.getPositionKind() == IRPosition::IRP_INVALID) in clampCallSiteArgumentStates()
514 A.getAAFor<AAType>(QueryingAA, ACSArgPos, DepClassTy::REQUIRED); in clampCallSiteArgumentStates()
516 << " AA: " << AA.getAsStr() << " @" << ACSArgPos << "\n"); in clampCallSiteArgumentStates()
4709 const IRPosition &ACSArgPos = in updateImpl() local
4713 if (ACSArgPos.getPositionKind() == IRPosition::IRP_INVALID) in updateImpl()
4721 Value &ArgOp = ACSArgPos.getAssociatedValue(); in updateImpl()
5350 IRPosition ACSArgPos = IRPosition::callsite_argument(ACS, ArgNo); in identifyPrivatizableType() local
5353 if (ACSArgPos.getPositionKind() == IRPosition::IRP_INVALID) in identifyPrivatizableType()
5358 A.getAAFor<AAPrivatizablePtr>(*this, ACSArgPos, DepClassTy::REQUIRED); in identifyPrivatizableType()
[all …]