Home
last modified time | relevance | path

Searched defs:AAUnderlyingObjectsImpl (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp11870 struct AAUnderlyingObjectsImpl struct
11872 using BaseTy = StateWrapper<BooleanState, AAUnderlyingObjects>;
11873 AAUnderlyingObjectsImpl(const IRPosition &IRP, Attributor &A) : BaseTy(IRP) {} in AAUnderlyingObjectsImpl() argument
11876 const std::string getAsStr(Attributor *A) const override { in getAsStr()
11888 void trackStatistics() const override {} in trackStatistics()
11891 ChangeStatus updateImpl(Attributor &A) override { in updateImpl()
11952 bool forallUnderlyingObjects( in forallUnderlyingObjects()
11971 bool handleIndirect(Attributor &A, Value &V, in handleIndirect()
11988 SmallSetVector<Value *, 8> IntraAssumedUnderlyingObjects;
11990 SmallSetVector<Value *, 8> InterAssumedUnderlyingObjects;