Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp13343 struct AAAllocationInfoImpl : public AAAllocationInfo { struct
13344 AAAllocationInfoImpl(const IRPosition &IRP, Attributor &A) in AAAllocationInfoImpl() argument
13502 struct AAAllocationInfoFloating : AAAllocationInfoImpl {
13504 : AAAllocationInfoImpl(IRP, A) {} in AAAllocationInfoFloating()
13511 struct AAAllocationInfoReturned : AAAllocationInfoImpl {
13513 : AAAllocationInfoImpl(IRP, A) {} in AAAllocationInfoReturned()
13527 struct AAAllocationInfoCallSiteReturned : AAAllocationInfoImpl {
13529 : AAAllocationInfoImpl(IRP, A) {} in AAAllocationInfoCallSiteReturned()
13536 struct AAAllocationInfoArgument : AAAllocationInfoImpl {
13538 : AAAllocationInfoImpl(IRP, A) {} in AAAllocationInfoArgument()
[all …]