Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp12671 struct AAAllocationInfoImpl : public AAAllocationInfo { struct
12672 AAAllocationInfoImpl(const IRPosition &IRP, Attributor &A) in AAAllocationInfoImpl() argument
12828 struct AAAllocationInfoFloating : AAAllocationInfoImpl {
12830 : AAAllocationInfoImpl(IRP, A) {} in AAAllocationInfoFloating()
12837 struct AAAllocationInfoReturned : AAAllocationInfoImpl {
12839 : AAAllocationInfoImpl(IRP, A) {} in AAAllocationInfoReturned()
12853 struct AAAllocationInfoCallSiteReturned : AAAllocationInfoImpl {
12855 : AAAllocationInfoImpl(IRP, A) {} in AAAllocationInfoCallSiteReturned()
12862 struct AAAllocationInfoArgument : AAAllocationInfoImpl {
12864 : AAAllocationInfoImpl(IRP, A) {} in AAAllocationInfoArgument()
[all …]