Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp1597 Value &AssociatedValue = getAssociatedValue(); in updateImpl() local
1600 OffsetInfoMap[&AssociatedValue].insert(0); in updateImpl()
1744 if (getUnderlyingObject(CurPtr) == &AssociatedValue) in updateImpl()
1853 if (getUnderlyingObject(CurPtr) == &AssociatedValue) in updateImpl()
1922 if (!A.checkForAllUses(UsePred, *this, AssociatedValue, in updateImpl()
2314 Value &AssociatedValue = getIRPosition().getAssociatedValue(); in updateImpl() local
2342 if (!A.checkForAllUses(Pred, *this, AssociatedValue)) in updateImpl()
2470 Attributor &A, const AbstractAttribute &QueryingAA, Value &AssociatedValue, in getKnownNonNullAndDerefBytesForUse() argument
2533 if (Base && Base == &AssociatedValue) { in getKnownNonNullAndDerefBytesForUse()
2542 if (Base && Base == &AssociatedValue && Offset == 0) { in getKnownNonNullAndDerefBytesForUse()
[all …]
H A DAttributor.cpp1092 Value &AssociatedValue = IRP.getAssociatedValue(); in getAttrsFromAssumes() local
1095 getInfoCache().getKnowledgeMap().lookup({&AssociatedValue, AK}); in getAttrsFromAssumes()
1102 LLVMContext &Ctx = AssociatedValue.getContext(); in getAttrsFromAssumes()