Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp4900 struct AADereferenceableImpl : AADereferenceable { struct
4901 AADereferenceableImpl(const IRPosition &IRP, Attributor &A) in AADereferenceableImpl() function
4903 using StateType = DerefState;
4906 void initialize(Attributor &A) override { in initialize()
4930 StateType &getState() override { return *this; } in getState()
4931 const StateType &getState() const override { return *this; } in getState()
4935 void addAccessedBytesForUse(Attributor &A, const Use *U, const Instruction *I, in addAccessedBytesForUse()
4953 bool followUseInMBEC(Attributor &A, const Use *U, const Instruction *I, in followUseInMBEC()
4968 ChangeStatus manifest(Attributor &A) override { in manifest()
4981 void getDeducedAttributes(Attributor &A, LLVMContext &Ctx, in getDeducedAttributes()
[all …]