Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp11925 struct AAUnderlyingObjectsImpl struct
11928 AAUnderlyingObjectsImpl(const IRPosition &IRP, Attributor &A) : BaseTy(IRP) {} in AAUnderlyingObjectsImpl() function
12072 struct AAUnderlyingObjectsFloating final : AAUnderlyingObjectsImpl {
12074 : AAUnderlyingObjectsImpl(IRP, A) {} in AAUnderlyingObjectsFloating()
12077 struct AAUnderlyingObjectsArgument final : AAUnderlyingObjectsImpl {
12079 : AAUnderlyingObjectsImpl(IRP, A) {} in AAUnderlyingObjectsArgument()
12082 struct AAUnderlyingObjectsCallSite final : AAUnderlyingObjectsImpl {
12084 : AAUnderlyingObjectsImpl(IRP, A) {} in AAUnderlyingObjectsCallSite()
12087 struct AAUnderlyingObjectsCallSiteArgument final : AAUnderlyingObjectsImpl {
12089 : AAUnderlyingObjectsImpl(IRP, A) {} in AAUnderlyingObjectsCallSiteArgument()
[all …]