Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp12661 struct AAAllocationInfoImpl : public AAAllocationInfo { struct
12662 AAAllocationInfoImpl(const IRPosition &IRP, Attributor &A) in AAAllocationInfoImpl() function
12665 std::optional<TypeSize> getAllocatedSize() const override { in getAllocatedSize()
12670 std::optional<TypeSize> findInitialAllocationSize(Instruction *I, in findInitialAllocationSize()
12684 ChangeStatus updateImpl(Attributor &A) override { in updateImpl()
12754 ChangeStatus manifest(Attributor &A) override { in manifest()
12795 const std::string getAsStr(Attributor *A) const override { in getAsStr()
12806 std::optional<TypeSize> AssumedAllocatedSize = HasNoAllocationSize;
12810 bool changeAllocationSize(std::optional<TypeSize> Size) { in changeAllocationSize()