Searched defs:AADereferenceableImpl (Results 1 – 1 of 1) sorted by relevance
4934 struct AADereferenceableImpl : AADereferenceable { struct4935 AADereferenceableImpl(const IRPosition &IRP, Attributor &A) in AADereferenceableImpl() argument4937 using StateType = DerefState;4940 void initialize(Attributor &A) override { in initialize()4964 StateType &getState() override { return *this; } in getState()4965 const StateType &getState() const override { return *this; } in getState()4969 void addAccessedBytesForUse(Attributor &A, const Use *U, const Instruction *I, in addAccessedBytesForUse()4987 bool followUseInMBEC(Attributor &A, const Use *U, const Instruction *I, in followUseInMBEC()5002 ChangeStatus manifest(Attributor &A) override { in manifest()5015 void getDeducedAttributes(Attributor &A, LLVMContext &Ctx, in getDeducedAttributes()[all …]