Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp12661 struct AAAllocationInfoImpl : public AAAllocationInfo { struct
12662 AAAllocationInfoImpl(const IRPosition &IRP, Attributor &A) in AAAllocationInfoImpl() argument
12820 struct AAAllocationInfoFloating : AAAllocationInfoImpl {
12822 : AAAllocationInfoImpl(IRP, A) {} in AAAllocationInfoFloating()
12829 struct AAAllocationInfoReturned : AAAllocationInfoImpl {
12831 : AAAllocationInfoImpl(IRP, A) {} in AAAllocationInfoReturned()
12845 struct AAAllocationInfoCallSiteReturned : AAAllocationInfoImpl {
12847 : AAAllocationInfoImpl(IRP, A) {} in AAAllocationInfoCallSiteReturned()
12854 struct AAAllocationInfoArgument : AAAllocationInfoImpl {
12856 : AAAllocationInfoImpl(IRP, A) {} in AAAllocationInfoArgument()
[all …]