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.cpp13343 struct AAAllocationInfoImpl : public AAAllocationInfo { struct
13344 AAAllocationInfoImpl(const IRPosition &IRP, Attributor &A) in AAAllocationInfoImpl() argument
13347 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()