Searched defs:AAAllocationInfoImpl (Results 1 – 1 of 1) sorted by relevance
13343 struct AAAllocationInfoImpl : public AAAllocationInfo { struct13344 AAAllocationInfoImpl(const IRPosition &IRP, Attributor &A) in AAAllocationInfoImpl() argument13347 std::optional<TypeSize> getAllocatedSize() const override { in getAllocatedSize()13352 std::optional<TypeSize> findInitialAllocationSize(Instruction *I, in findInitialAllocationSize()13366 ChangeStatus updateImpl(Attributor &A) override { in updateImpl()13436 ChangeStatus manifest(Attributor &A) override { in manifest()13477 const std::string getAsStr(Attributor *A) const override { in getAsStr()13488 std::optional<TypeSize> AssumedAllocatedSize = HasNoAllocationSize;13492 bool changeAllocationSize(std::optional<TypeSize> Size) { in changeAllocationSize()