Lines Matching refs:ACSArgPos
546 const IRPosition &ACSArgPos = IRPosition::callsite_argument(ACS, ArgNo); in clampCallSiteArgumentStates() local
549 if (ACSArgPos.getPositionKind() == IRPosition::IRP_INVALID) in clampCallSiteArgumentStates()
553 A.getAAFor<AAType>(QueryingAA, ACSArgPos, DepClassTy::REQUIRED); in clampCallSiteArgumentStates()
555 << " AA: " << AA.getAsStr() << " @" << ACSArgPos << "\n"); in clampCallSiteArgumentStates()
5333 const IRPosition &ACSArgPos = in updateImpl() local
5337 if (ACSArgPos.getPositionKind() == IRPosition::IRP_INVALID) in updateImpl()
5346 A.getAssumedConstant(ACSArgPos, *this, UsedAssumedInformation); in updateImpl()
6355 IRPosition ACSArgPos = IRPosition::callsite_argument(ACS, ArgNo); in identifyPrivatizableType() local
6358 if (ACSArgPos.getPositionKind() == IRPosition::IRP_INVALID) in identifyPrivatizableType()
6363 A.getAAFor<AAPrivatizablePtr>(*this, ACSArgPos, DepClassTy::REQUIRED); in identifyPrivatizableType()
6367 dbgs() << "[AAPrivatizablePtr] ACSPos: " << ACSArgPos << ", CSTy: "; in identifyPrivatizableType()