Searched refs:AssociatedValue (Results 1 – 2 of 2) sorted by relevance
1598 Value &AssociatedValue = getAssociatedValue(); in updateImpl() local1601 OffsetInfoMap[&AssociatedValue].insert(0); in updateImpl()1758 if (getUnderlyingObject(CurPtr) == &AssociatedValue) in updateImpl()1867 if (getUnderlyingObject(CurPtr) == &AssociatedValue) in updateImpl()1907 bool IsArgMustAcc = (getUnderlyingObject(CurPtr) == &AssociatedValue); in updateImpl()1961 if (!A.checkForAllUses(UsePred, *this, AssociatedValue, in updateImpl()2354 Value &AssociatedValue = getIRPosition().getAssociatedValue(); in updateImpl() local2384 if (!A.checkForAllUses(Pred, *this, AssociatedValue)) in updateImpl()2512 Attributor &A, const AbstractAttribute &QueryingAA, Value &AssociatedValue, in getKnownNonNullAndDerefBytesForUse() argument2575 if (Base && Base == &AssociatedValue) { in getKnownNonNullAndDerefBytesForUse()[all …]
1100 Value &AssociatedValue = IRP.getAssociatedValue(); in getAttrsFromAssumes() local1103 getInfoCache().getKnowledgeMap().lookup({&AssociatedValue, AK}); in getAttrsFromAssumes()1110 LLVMContext &Ctx = AssociatedValue.getContext(); in getAttrsFromAssumes()