Searched defs:AAAllocationInfoImpl (Results 1 – 1 of 1) sorted by relevance
12661 struct AAAllocationInfoImpl : public AAAllocationInfo { struct12662 AAAllocationInfoImpl(const IRPosition &IRP, Attributor &A) in AAAllocationInfoImpl() function12665 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()