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.cpp13349 return AssumedAllocatedSize; in getAllocatedSize()
13481 (AssumedAllocatedSize == HasNoAllocationSize in getAsStr()
13483 : std::to_string(AssumedAllocatedSize->getFixedValue())) + in getAsStr()
13488 std::optional<TypeSize> AssumedAllocatedSize = HasNoAllocationSize; member
13493 if (AssumedAllocatedSize == HasNoAllocationSize || in changeAllocationSize()
13494 AssumedAllocatedSize != Size) { in changeAllocationSize()
13495 AssumedAllocatedSize = Size; in changeAllocationSize()