Searched defs:AADereferenceableImpl (Results 1 – 1 of 1) sorted by relevance
3481 struct AADereferenceableImpl : AADereferenceable { struct3482 AADereferenceableImpl(const IRPosition &IRP, Attributor &A) in AADereferenceableImpl() argument3484 using StateType = DerefState;3487 void initialize(Attributor &A) override { in initialize()3515 StateType &getState() override { return *this; } in getState()3516 const StateType &getState() const override { return *this; } in getState()3520 void addAccessedBytesForUse(Attributor &A, const Use *U, const Instruction *I, in addAccessedBytesForUse()3540 bool followUseInMBEC(Attributor &A, const Use *U, const Instruction *I, in followUseInMBEC()3555 ChangeStatus manifest(Attributor &A) override { in manifest()3564 void getDeducedAttributes(LLVMContext &Ctx, in getDeducedAttributes()[all …]