Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp12667 return AssumedAllocatedSize; in getAllocatedSize()
12799 (AssumedAllocatedSize == HasNoAllocationSize in getAsStr()
12801 : std::to_string(AssumedAllocatedSize->getFixedValue())) + in getAsStr()
12806 std::optional<TypeSize> AssumedAllocatedSize = HasNoAllocationSize; member
12811 if (AssumedAllocatedSize == HasNoAllocationSize || in changeAllocationSize()
12812 AssumedAllocatedSize != Size) { in changeAllocationSize()
12813 AssumedAllocatedSize = Size; in changeAllocationSize()