Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp3481 struct AADereferenceableImpl : AADereferenceable { struct
3482 AADereferenceableImpl(const IRPosition &IRP, Attributor &A) in AADereferenceableImpl() argument
3484 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 …]