reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Transforms/IPO/Attributor.h
  371     return const_cast<IRPosition *>(this)->getAssociatedValue();
lib/Transforms/IPO/Attributor.cpp
  173   Worklist.push_back(&IRP.getAssociatedValue());
  478       assert(cast<Argument>(AnchorVal) == &getAssociatedValue() &&
  484                  &getAssociatedValue() &&
  492     assert((!isa<CallBase>(&getAssociatedValue()) &&
  493             !isa<Argument>(&getAssociatedValue())) &&
  499     assert(AnchorVal == &getAssociatedValue() && "Associated value mismatch!");
  504     assert(AnchorVal == &getAssociatedValue() && "Associated value mismatch!");
  509     assert(AnchorVal == &getAssociatedValue() && "Associated value mismatch!");
  514     assert(AnchorVal == &getAssociatedValue() && "Associated value mismatch!");
  714     for (const Use &U : IRP.getAssociatedValue().uses())
 1582             getAssociatedValue().getType()->getPointerAddressSpace())) {}
 1597     getKnownNonNullAndDerefBytesForUse(A, *this, getAssociatedValue(), U, I,
 1921     Value &Val = getAssociatedValue();
 1971     const Value &V = getAssociatedValue();
 2008           bool IsAliasing = AAR->isNoAlias(&getAssociatedValue(), ArgOp);
 2012                      << AAR->isNoAlias(&getAssociatedValue(), ArgOp) << " "
 2013                      << getAssociatedValue() << " " << *ArgOp << " => "
 2491         A, *this, getAssociatedValue(), U, I, IsNonNull, TrackUse);
 2917     if (isa<ConstantPointerNull>(getAssociatedValue()) &&
 2918         getAssociatedValue().getType()->getPointerAddressSpace() == 0) {
 3375       Value &V = getAssociatedValue();
 3863     for (const Use &U : getAssociatedValue().uses())