Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp1502 Value &AssociatedValue = getAssociatedValue(); in updateImpl() local
1505 OffsetInfoMap[&AssociatedValue].insert(0); in updateImpl()
1660 if (getUnderlyingObject(CurPtr) == &AssociatedValue) in updateImpl()
1762 if (getUnderlyingObject(CurPtr) == &AssociatedValue) in updateImpl()
1826 if (!A.checkForAllUses(UsePred, *this, AssociatedValue, in updateImpl()
2506 Value &AssociatedValue = getIRPosition().getAssociatedValue(); in updateImpl() local
2534 if (!A.checkForAllUses(Pred, *this, AssociatedValue)) in updateImpl()
2610 Attributor &A, const AbstractAttribute &QueryingAA, Value &AssociatedValue, in getKnownNonNullAndDerefBytesForUse() argument
2669 if (Base && Base == &AssociatedValue) { in getKnownNonNullAndDerefBytesForUse()
2678 if (Base && Base == &AssociatedValue && Offset == 0) { in getKnownNonNullAndDerefBytesForUse()
[all …]
H A DAttributor.cpp1163 Value &AssociatedValue = getAssociatedValue(); in getAttrsFromAssumes() local
1166 A.getInfoCache().getKnowledgeMap().lookup({&AssociatedValue, AK}); in getAttrsFromAssumes()
1173 LLVMContext &Ctx = AssociatedValue.getContext(); in getAttrsFromAssumes()