Searched defs:AADereferenceableImpl (Results 1 – 1 of 1) sorted by relevance
3163 struct AADereferenceableImpl : AADereferenceable { struct3164 AADereferenceableImpl(const IRPosition &IRP) : AADereferenceable(IRP) {} in AADereferenceableImpl() argument3165 using StateType = DerefState;3167 void initialize(Attributor &A) override { in initialize()3185 StateType &getState() override { return *this; } in getState()3186 const StateType &getState() const override { return *this; } in getState()3190 void addAccessedBytesForUse(Attributor &A, const Use *U, in addAccessedBytesForUse()3211 bool followUse(Attributor &A, const Use *U, const Instruction *I) { in followUse()3223 ChangeStatus manifest(Attributor &A) override { in manifest()3232 void getDeducedAttributes(LLVMContext &Ctx, in getDeducedAttributes()[all …]