Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp1491 Value &AssociatedValue = getIRPosition().getAssociatedValue(); in updateImpl() local
1518 if (!A.checkForAllUses(Pred, *this, AssociatedValue)) in updateImpl()
1592 Attributor &A, const AbstractAttribute &QueryingAA, Value &AssociatedValue, in getKnownNonNullAndDerefBytesForUse() argument
1648 if (Base == &AssociatedValue && in getKnownNonNullAndDerefBytesForUse()
1662 if (Offset == 0 && Base == &AssociatedValue && in getKnownNonNullAndDerefBytesForUse()
3719 Value &AssociatedValue, const Use *U, in getKnownAlignForUse() argument
3764 if (Base == &AssociatedValue) { in getKnownAlignForUse()
3813 Value &AssociatedValue = getAssociatedValue(); in manifest() local
3814 for (const Use &U : AssociatedValue.uses()) { in manifest()
3816 if (SI->getPointerOperand() == &AssociatedValue) in manifest()
[all …]
H A DAttributor.cpp457 Value &AssociatedValue = getAssociatedValue(); in getAttrsFromAssumes() local
460 A.getInfoCache().getKnowledgeMap().lookup({&AssociatedValue, AK}); in getAttrsFromAssumes()
467 LLVMContext &Ctx = AssociatedValue.getContext(); in getAttrsFromAssumes()