Home
last modified time | relevance | path

Searched refs:AssumedAllocatedSize (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp12677 return AssumedAllocatedSize; in getAllocatedSize()
12807 (AssumedAllocatedSize == HasNoAllocationSize in getAsStr()
12809 : std::to_string(AssumedAllocatedSize->getFixedValue())) + in getAsStr()
12814 std::optional<TypeSize> AssumedAllocatedSize = HasNoAllocationSize; member
12819 if (AssumedAllocatedSize == HasNoAllocationSize || in changeAllocationSize()
12820 AssumedAllocatedSize != Size) { in changeAllocationSize()
12821 AssumedAllocatedSize = Size; in changeAllocationSize()